26#ifndef TGUI_MESSAGE_BOX_RENDERER_HPP 
   27#define TGUI_MESSAGE_BOX_RENDERER_HPP 
   30#include <TGUI/Renderers/ChildWindowRenderer.hpp> 
   40        using ChildWindowRenderer::ChildWindowRenderer;
 
   67        void setButton(std::shared_ptr<RendererData> rendererData);
 
Definition: ChildWindowRenderer.hpp:37
 
Wrapper for colors.
Definition: Color.hpp:49
 
Definition: MessageBoxRenderer.hpp:37
 
void setTextColor(Color textColor)
Changes the color of the text.
 
std::shared_ptr< RendererData > getButton() const
Returns the renderer data of the buttons which the message box uses.
 
Color getTextColor() const
Returns the color of the text.
 
void setButton(std::shared_ptr< RendererData > rendererData)
Sets the renderer data of the buttons which the message box uses.
 
Namespace that contains all TGUI functions and classes.
Definition: AbsoluteOrRelativeValue.hpp:37