Module object.scrollbox

Properties of the scrollbox object most of these properties are optional !

a scrollbox is a field within the screen that changes is value when you scroll between specified area

Tables

properties scrollbox OBJECT CREATION PROPERTIES
read_properties scrollbox OBJECT READ PROPERTIES


Tables

properties
scrollbox OBJECT CREATION PROPERTIES

Fields:

  • x [number] the x position of the scrollbox
  • y [number] the y position of the scrollbox
  • width [number] the width of the scrollbox
  • height [number] the height of the scrollbox
  • limit_min [number] the minimum value of the scrollbox
  • limit_max [number] the maximum value of the scrollbox
  • on_change_value [function] the function to be called when the value of the scrollbox changes
  • on_up [function] gets called when you scroll up in the scrollbox
  • on_down [function] gets called when you scroll down in the scrollbox
read_properties
scrollbox OBJECT READ PROPERTIES

Fields:

  • value [number] the current value of the scrollbox
generated by LDoc 1.4.6 Last updated 2022-06-23 16:51:50