class_vslider.rst 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. :github_url: hide
  2. .. Generated automatically by doc/tools/makerst.py in Godot's source tree.
  3. .. DO NOT EDIT THIS FILE, but the VSlider.xml source instead.
  4. .. The source is found in doc/classes or modules/<name>/doc_classes.
  5. .. _class_VSlider:
  6. VSlider
  7. =======
  8. **Inherits:** :ref:`Slider<class_Slider>` **<** :ref:`Range<class_Range>` **<** :ref:`Control<class_Control>` **<** :ref:`CanvasItem<class_CanvasItem>` **<** :ref:`Node<class_Node>` **<** :ref:`Object<class_Object>`
  9. Vertical slider.
  10. Description
  11. -----------
  12. Vertical slider. See :ref:`Slider<class_Slider>`. This one goes from bottom (min) to top (max).
  13. **Note:** The :ref:`Range.changed<class_Range_signal_changed>` and :ref:`Range.value_changed<class_Range_signal_value_changed>` signals are part of the :ref:`Range<class_Range>` class which this class inherits from.
  14. Properties
  15. ----------
  16. +-----------------------+-----------------------+---------------------------+
  17. | :ref:`int<class_int>` | size_flags_horizontal | ``0`` *(parent override)* |
  18. +-----------------------+-----------------------+---------------------------+
  19. | :ref:`int<class_int>` | size_flags_vertical | ``1`` *(parent override)* |
  20. +-----------------------+-----------------------+---------------------------+
  21. Theme Properties
  22. ----------------
  23. +---------------------------------+------------------------+
  24. | :ref:`Texture<class_Texture>` | grabber |
  25. +---------------------------------+------------------------+
  26. | :ref:`StyleBox<class_StyleBox>` | grabber_area |
  27. +---------------------------------+------------------------+
  28. | :ref:`StyleBox<class_StyleBox>` | grabber_area_highlight |
  29. +---------------------------------+------------------------+
  30. | :ref:`Texture<class_Texture>` | grabber_disabled |
  31. +---------------------------------+------------------------+
  32. | :ref:`Texture<class_Texture>` | grabber_highlight |
  33. +---------------------------------+------------------------+
  34. | :ref:`StyleBox<class_StyleBox>` | slider |
  35. +---------------------------------+------------------------+
  36. | :ref:`Texture<class_Texture>` | tick |
  37. +---------------------------------+------------------------+
  38. .. |virtual| replace:: :abbr:`virtual (This method should typically be overridden by the user to have any effect.)`
  39. .. |const| replace:: :abbr:`const (This method has no side effects. It doesn't modify any of the instance's member variables.)`
  40. .. |vararg| replace:: :abbr:`vararg (This method accepts any number of arguments after the ones described here.)`