HSlider.xml 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. <?xml version="1.0" encoding="UTF-8" ?>
  2. <class name="HSlider" inherits="Slider" version="3.4">
  3. <brief_description>
  4. Horizontal slider.
  5. </brief_description>
  6. <description>
  7. Horizontal slider. See [Slider]. This one goes from left (min) to right (max).
  8. [b]Note:[/b] The [signal Range.changed] and [signal Range.value_changed] signals are part of the [Range] class which this class inherits from.
  9. </description>
  10. <tutorials>
  11. </tutorials>
  12. <methods>
  13. </methods>
  14. <constants>
  15. </constants>
  16. <theme_items>
  17. <theme_item name="grabber" type="Texture">
  18. The texture for the grabber (the draggable element).
  19. </theme_item>
  20. <theme_item name="grabber_area" type="StyleBox">
  21. The background of the area to the left of the grabber.
  22. </theme_item>
  23. <theme_item name="grabber_area_highlight" type="StyleBox">
  24. </theme_item>
  25. <theme_item name="grabber_disabled" type="Texture">
  26. The texture for the grabber when it's disabled.
  27. </theme_item>
  28. <theme_item name="grabber_highlight" type="Texture">
  29. The texture for the grabber when it's focused.
  30. </theme_item>
  31. <theme_item name="slider" type="StyleBox">
  32. The background for the whole slider. Determines the height of the [code]grabber_area[/code].
  33. </theme_item>
  34. <theme_item name="tick" type="Texture">
  35. The texture for the ticks, visible when [member Slider.tick_count] is greater than 0.
  36. </theme_item>
  37. </theme_items>
  38. </class>