ScrollBar.xml 1.2 KB

123456789101112131415161718192021222324252627282930
  1. <?xml version="1.0" encoding="UTF-8" ?>
  2. <class name="ScrollBar" inherits="Range" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../class.xsd">
  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. <methods>
  12. </methods>
  13. <members>
  14. <member name="custom_step" type="float" setter="set_custom_step" getter="get_custom_step" default="-1.0">
  15. Overrides the step used when clicking increment and decrement buttons or when using arrow keys when the [ScrollBar] is focused.
  16. </member>
  17. <member name="size_flags_vertical" type="int" setter="set_v_size_flags" getter="get_v_size_flags" overrides="Control" default="0" />
  18. <member name="step" type="float" setter="set_step" getter="get_step" overrides="Range" default="0.0" />
  19. </members>
  20. <signals>
  21. <signal name="scrolling">
  22. <description>
  23. Emitted when the scrollbar is being scrolled.
  24. </description>
  25. </signal>
  26. </signals>
  27. <constants>
  28. </constants>
  29. </class>