25#ifndef TGUI_SPLIT_CONTAINER_RENDERER_HPP
26#define TGUI_SPLIT_CONTAINER_RENDERER_HPP
28#include <TGUI/Renderers/GroupRenderer.hpp>
32TGUI_MODULE_EXPORT
namespace tgui
39 using GroupRenderer::GroupRenderer;
Wrapper for colors.
Definition Color.hpp:73
Definition GroupRenderer.hpp:35
Definition SplitContainerRenderer.hpp:36
TGUI_NODISCARD Color getSplitterColor() const
Returns the color of the splitter.
void setSplitterColorHover(Color color)
Changes the color of the splitter in the hover state (mouse on top of the splitter)
TGUI_NODISCARD Color getSplitterColorHover() const
Returns the color of the splitter in the hover state (mouse on top of the splitter)
void setSplitterColor(Color color)
Changes the color of the splitter.
Namespace that contains all TGUI functions and classes.
Definition AbsoluteOrRelativeValue.hpp:38