26#ifndef TGUI_CHAT_BOX_RENDERER_HPP
27#define TGUI_CHAT_BOX_RENDERER_HPP
30#include <TGUI/Renderers/WidgetRenderer.hpp>
40 using WidgetRenderer::WidgetRenderer;
141 void setScrollbar(std::shared_ptr<RendererData> scrollbarRendererData);
Definition ChatBoxRenderer.hpp:37
void setBorderColor(Color borderColor)
Changes the color of the borders.
void setTextureBackground(const Texture &texture)
Changes the background image of the chat box.
void setPadding(const Padding &padding)
Changes the padding of the chat box.
void setBackgroundColor(Color backgroundColor)
Changes the background color of the chat box.
Borders getBorders() const
Returns the size of the borders.
void setBorders(const Borders &borders)
Changes the size of the borders.
const Texture & getTextureBackground() const
Returns the background image of the chat box.
std::shared_ptr< RendererData > getScrollbar() const
Returns the renderer data of the scrollbar.
Color getBorderColor() const
Returns the color of the borders.
void setScrollbar(std::shared_ptr< RendererData > scrollbarRendererData)
Sets the renderer data of the scrollbar.
Padding getPadding() const
Returns the size of the padding.
Color getBackgroundColor() const
Returns the background color.
float getScrollbarWidth() const
Returns the wanted width scrollbar.
void setScrollbarWidth(float scrollbarWidth)
Sets the wanted width scrollbar.
Wrapper for colors.
Definition Color.hpp:63
Definition Outline.hpp:39
Definition Texture.hpp:49
Namespace that contains all TGUI functions and classes.
Definition AbsoluteOrRelativeValue.hpp:36