Attention: Here be dragons
This is the latest
(unstable) version of this documentation, which may document features
not available in or compatible with released stable versions of Godot.
Checking the stable version of the documentation...
HScrollBar¶
Inherits: ScrollBar < Range < Control < CanvasItem < Node < Object
Barra de desplazamiento horizontal.
Descripción¶
Versión horizontal de la ScrollBar, que va de izquierda (min) a derecha (máx).
Propiedades del Theme¶
Theme Property Descriptions¶
Texture decrement
Icono utilizado como botón para desplazar la ScrollBar hacia la izquierda. Soporta el paso personalizado usando la propiedad ScrollBar.custom_step.
Texture decrement_highlight
Se muestra cuando el cursor del ratón pasa por encima del botón de disminución.
Texture decrement_pressed
Displayed when the decrement button is being pressed.
Texture increment
Icono utilizado como botón para desplazar la ScrollBar hacia la derecha. Soporta el paso personalizado usando la propiedad ScrollBar.custom_step.
Texture increment_highlight
Se muestra cuando el cursor del ratón pasa por encima del botón de incremento.
Texture increment_pressed
Displayed when the increment button is being pressed.
StyleBox grabber
Usado como textura para el grabber, el elemento arrastrable que representa el scroll actual.
StyleBox grabber_highlight
Se usa cuando el ratón esta encima del agarrador.
StyleBox grabber_pressed
Se usa cuando el agarrador está siendo arrastrado.
StyleBox scroll
Usado como fondo de esta ScrollBar.
StyleBox scroll_focus
Se usa como fondo cuando la ScrollBar tiene el foco de la GUI.