26#ifndef TGUI_RANGE_SLIDER_RENDERER_HPP
27#define TGUI_RANGE_SLIDER_RENDERER_HPP
30#include <TGUI/Renderers/SliderRenderer.hpp>
40 using SliderRenderer::SliderRenderer;
Wrapper for colors.
Definition: Color.hpp:49
Definition: RangeSliderRenderer.hpp:37
void setSelectedTrackColor(Color color)
Changes the color of the track between the selection start and selection end.
Color getSelectedTrackColorHover() const
Returns the color of the track between the selection start and selection end in hover state (when the...
Color getSelectedTrackColor() const
Returns the color of the track between the selection start and selection end.
void setSelectedTrackColorHover(Color color)
Changes the color of the track between the selection start and selection end in hover state (when the...
Definition: SliderRenderer.hpp:37
Namespace that contains all TGUI functions and classes.
Definition: AbsoluteOrRelativeValue.hpp:37