class_vslider.rst 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  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. **Category:** Core
  10. Brief Description
  11. -----------------
  12. Vertical slider.
  13. Properties
  14. ----------
  15. +-----------------------+-----------------------+----------+
  16. | :ref:`int<class_int>` | size_flags_horizontal | **O:** 0 |
  17. +-----------------------+-----------------------+----------+
  18. | :ref:`int<class_int>` | size_flags_vertical | **O:** 1 |
  19. +-----------------------+-----------------------+----------+
  20. Theme Properties
  21. ----------------
  22. +---------------------------------+-------------------+
  23. | :ref:`Texture<class_Texture>` | grabber |
  24. +---------------------------------+-------------------+
  25. | :ref:`StyleBox<class_StyleBox>` | grabber_area |
  26. +---------------------------------+-------------------+
  27. | :ref:`Texture<class_Texture>` | grabber_disabled |
  28. +---------------------------------+-------------------+
  29. | :ref:`Texture<class_Texture>` | grabber_highlight |
  30. +---------------------------------+-------------------+
  31. | :ref:`StyleBox<class_StyleBox>` | slider |
  32. +---------------------------------+-------------------+
  33. | :ref:`Texture<class_Texture>` | tick |
  34. +---------------------------------+-------------------+
  35. Description
  36. -----------
  37. Vertical slider. See :ref:`Slider<class_Slider>`. This one goes from bottom (min) to top (max).