25#ifndef TGUI_PANEL_LIST_BOX_RENDERER_HPP
26#define TGUI_PANEL_LIST_BOX_RENDERER_HPP
28#include <TGUI/Renderers/ScrollablePanelRenderer.hpp>
32TGUI_MODULE_EXPORT
namespace tgui
38 using ScrollablePanelRenderer::ScrollablePanelRenderer;
Wrapper for colors.
Definition Color.hpp:73
Definition PanelListBoxRenderer.hpp:36
Color getSelectedItemsBackgroundColorHover() const
Returns the background color used for the selected item when the mouse hovers over it.
Color getItemsBackgroundColor() const
Returns the items background color.
void setItemsBackgroundColorHover(Color itemsBackgroundColor)
Changes the background color used for the item below the mouse.
void setItemsBackgroundColor(Color itemsBackgroundColor)
Changes the items background color of the panel list box.
void setSelectedItemsBackgroundColorHover(Color backgroundColor)
Changes the background color used for the selected item when the mouse hovers over it.
Color getSelectedItemsBackgroundColor() const
Returns the background color of the selected item.
void setSelectedItemsBackgroundColor(Color itemsBackgroundColor)
Changes the background color of the selected item.
Color getItemsBackgroundColorHover() const
Returns the background color used for the item below the mouse.
Namespace that contains all TGUI functions and classes.
Definition AbsoluteOrRelativeValue.hpp:38