HSlider

Inherits: Slider < Range < Control < CanvasItem < Node < Object

Horizontal slider.

Description

Horizontal slider. See Slider. This one goes from left (min) to right (max).

Note: The Range.changed and Range.value_changed signals are part of the Range class which this class inherits from.

Theme Properties

Texture

grabber

StyleBox

grabber_area

StyleBox

grabber_area_highlight

Texture

grabber_disabled

Texture

grabber_highlight

StyleBox

slider

Texture

tick

Theme Property Descriptions

The texture for the grabber (the draggable element).


The background of the area to the left of the grabber.



The texture for the grabber when it’s disabled.


The texture for the grabber when it’s focused.


The background for the whole slider. Determines the height of the grabber_area.


The texture for the ticks, visible when Slider.tick_count is greater than 0.