26 #ifndef TGUI_PANEL_RENDERER_HPP
27 #define TGUI_PANEL_RENDERER_HPP
30 #include <TGUI/Renderers/GroupRenderer.hpp>
40 using GroupRenderer::GroupRenderer;
Wrapper for colors.
Definition: Color.hpp:52
Definition: GroupRenderer.hpp:37
Definition: Outline.hpp:39
Definition: PanelRenderer.hpp:37
void setBorderColor(Color color)
Changes the color of the borders.
const Texture & getTextureBackground() const
Returns the background image.
void setTextureBackground(const Texture &texture)
Changes the background image.
Color getBackgroundColor() const
Returns the background color of the panel.
void setBorders(const Borders &borders)
Changes the size of the borders.
Borders getBorders() const
Returns the size of the borders.
void setBackgroundColor(Color color)
Changes the background color of the panel.
Color getBorderColor() const
Returns the color of the borders.
Definition: Texture.hpp:48
Namespace that contains all TGUI functions and classes.
Definition: AbsoluteOrRelativeValue.hpp:36