HScrollBar

Inherits: ScrollBar < Range < Control < CanvasItem < Node < Object Horizontal scroll bar.

Description

ScrollBar, which goes from left (min) to right (max).

Theme Properties

Theme Property Descriptions

  • Texture decrement ScrollBar left. Supports custom step using the ScrollBar.custom_step property.

  • Texture decrement_highlight Displayed when the mouse cursor hovers over the decrement button.

  • Texture decrement_pressed Displayed when the decrement button is being pressed.

  • StyleBox grabber Used as texture for the grabber, the draggable element representing current scroll.

  • StyleBox grabber_highlight Used when the mouse hovers over the grabber.

  • StyleBox grabber_pressed Used when the grabber is being dragged.

  • Texture increment ScrollBar right. Supports custom step using the ScrollBar.custom_step property.

  • Texture increment_highlight Displayed when the mouse cursor hovers over the increment button.

  • Texture increment_pressed Displayed when the increment button is being pressed.

  • StyleBox scroll ScrollBar.

  • StyleBox scroll_focus ScrollBar has the GUI focus.