25#ifndef TGUI_MESSAGE_BOX_RENDERER_HPP
26#define TGUI_MESSAGE_BOX_RENDERER_HPP
28#include <TGUI/Renderers/ChildWindowRenderer.hpp>
32TGUI_MODULE_EXPORT
namespace tgui
38 using ChildWindowRenderer::ChildWindowRenderer;
59 void setButton(std::shared_ptr<RendererData> rendererData);
66 TGUI_NODISCARD std::shared_ptr<RendererData>
getButton()
const;
Definition ChildWindowRenderer.hpp:35
Wrapper for colors.
Definition Color.hpp:73
Definition MessageBoxRenderer.hpp:35
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:38