26#ifndef TGUI_TEXT_AREA_RENDERER_HPP
27#define TGUI_TEXT_AREA_RENDERER_HPP
30#include <TGUI/Renderers/WidgetRenderer.hpp>
40 using WidgetRenderer::WidgetRenderer;
249 void setScrollbar(std::shared_ptr<RendererData> scrollbarRendererData);
Wrapper for colors.
Definition Color.hpp:63
Definition Outline.hpp:39
Definition TextAreaRenderer.hpp:37
void setBackgroundColor(Color backgroundColor)
Changes the background color of the text area.
Color getTextColor() const
Returns the color of the text.
void setSelectedTextColor(Color textColor)
Changes the color of the selected text.
const Texture & getTextureBackground() const
Returns the background image of the text area.
void setPadding(const Padding &padding)
Changes the padding of the list box.
void setScrollbar(std::shared_ptr< RendererData > scrollbarRendererData)
Sets the renderer data of the scrollbar.
void setCaretColor(Color caretColor)
Changes the color of the blinking caret.
void setScrollbarWidth(float scrollbarWidth)
Sets the wanted width scrollbar.
void setTextColor(Color textColor)
Changes the color of the text.
Borders getBorders() const
Returns the size of the borders.
Color getCaretColor() const
Returns the color of the blinking caret.
Color getSelectedTextColor() const
Returns the color of the selected text.
Color getBorderColor() const
Returns the color of the borders.
void setTextureBackground(const Texture &texture)
Changes the background image of the text area.
Padding getPadding() const
Returns the size of the padding.
float getCaretWidth() const
Returns the width of the blinking caret.
std::shared_ptr< RendererData > getScrollbar() const
Returns the renderer data of the scrollbar.
void setCaretWidth(float width)
Changes the width of the blinking caret.
Color getDefaultTextColor() const
Returns the color of the default text that can optionally be displayed when the text area is empty.
void setBorders(const Borders &borders)
Changes the size of the borders.
void setSelectedTextBackgroundColor(Color textColor)
Changes the color of the background of the selected text.
float getScrollbarWidth() const
Returns the wanted width scrollbar.
void setDefaultTextColor(Color defaultTextColor)
Sets the color of the default text that can optionally be displayed when the text area is empty.
Color getSelectedTextBackgroundColor() const
Returns the color of the background of the selected text.
Color getBackgroundColor() const
Returns the background color.
void setBorderColor(Color borderColor)
Changes the color of the borders.
Definition Texture.hpp:49
Namespace that contains all TGUI functions and classes.
Definition AbsoluteOrRelativeValue.hpp:36