mirror of
https://github.com/stan220/godot-docs.git
synced 2026-09-08 18:29:11 +00:00
47 lines
2.6 KiB
ReStructuredText
47 lines
2.6 KiB
ReStructuredText
.. Generated automatically by doc/tools/makerst.py in Godot's source tree.
|
|
.. DO NOT EDIT THIS FILE, but the HScrollBar.xml source instead.
|
|
.. The source is found in doc/classes or modules/<name>/doc_classes.
|
|
|
|
.. _class_HScrollBar:
|
|
|
|
HScrollBar
|
|
==========
|
|
|
|
**Inherits:** :ref:`ScrollBar<class_ScrollBar>` **<** :ref:`Range<class_Range>` **<** :ref:`Control<class_Control>` **<** :ref:`CanvasItem<class_CanvasItem>` **<** :ref:`Node<class_Node>` **<** :ref:`Object<class_Object>`
|
|
|
|
**Category:** Core
|
|
|
|
Brief Description
|
|
-----------------
|
|
|
|
Horizontal scroll bar.
|
|
|
|
Theme Properties
|
|
----------------
|
|
|
|
+---------------------------------+------------------------------------------------------------------+
|
|
| :ref:`Texture<class_Texture>` | :ref:`decrement<class_HScrollBar_decrement>` |
|
|
+---------------------------------+------------------------------------------------------------------+
|
|
| :ref:`Texture<class_Texture>` | :ref:`decrement_highlight<class_HScrollBar_decrement_highlight>` |
|
|
+---------------------------------+------------------------------------------------------------------+
|
|
| :ref:`StyleBox<class_StyleBox>` | :ref:`grabber<class_HScrollBar_grabber>` |
|
|
+---------------------------------+------------------------------------------------------------------+
|
|
| :ref:`StyleBox<class_StyleBox>` | :ref:`grabber_highlight<class_HScrollBar_grabber_highlight>` |
|
|
+---------------------------------+------------------------------------------------------------------+
|
|
| :ref:`StyleBox<class_StyleBox>` | :ref:`grabber_pressed<class_HScrollBar_grabber_pressed>` |
|
|
+---------------------------------+------------------------------------------------------------------+
|
|
| :ref:`Texture<class_Texture>` | :ref:`increment<class_HScrollBar_increment>` |
|
|
+---------------------------------+------------------------------------------------------------------+
|
|
| :ref:`Texture<class_Texture>` | :ref:`increment_highlight<class_HScrollBar_increment_highlight>` |
|
|
+---------------------------------+------------------------------------------------------------------+
|
|
| :ref:`StyleBox<class_StyleBox>` | :ref:`scroll<class_HScrollBar_scroll>` |
|
|
+---------------------------------+------------------------------------------------------------------+
|
|
| :ref:`StyleBox<class_StyleBox>` | :ref:`scroll_focus<class_HScrollBar_scroll_focus>` |
|
|
+---------------------------------+------------------------------------------------------------------+
|
|
|
|
Description
|
|
-----------
|
|
|
|
Horizontal scroll bar. See :ref:`ScrollBar<class_ScrollBar>`. This one goes from left (min) to right (max).
|
|
|