ScrollBar.xml 777 B

1234567891011121314151617181920212223242526272829
  1. <?xml version="1.0" encoding="UTF-8" ?>
  2. <class name="ScrollBar" inherits="Range" category="Core" version="3.1">
  3. <brief_description>
  4. Base class for scroll bars.
  5. </brief_description>
  6. <description>
  7. Scrollbars are a [Range] based [Control], that display a draggable area (the size of the page). Horizontal ([HScrollBar]) and Vertical ([VScrollBar]) versions are available.
  8. </description>
  9. <tutorials>
  10. </tutorials>
  11. <demos>
  12. </demos>
  13. <methods>
  14. </methods>
  15. <members>
  16. <member name="custom_step" type="float" setter="set_custom_step" getter="get_custom_step">
  17. </member>
  18. </members>
  19. <signals>
  20. <signal name="scrolling">
  21. <description>
  22. Emitted whenever the scrollbar is being scrolled.
  23. </description>
  24. </signal>
  25. </signals>
  26. <constants>
  27. </constants>
  28. </class>