UIIntSlider.new

Inputs:

  • parentSizer [UISizer]:
  • startingValue [integer]:
  • minimumValue [integer]:
  • maximumValue [integer]:
  • xPosition [integer?]: [optional, default=-1]
  • yPosition [integer?]: [optional, default=-1]
  • width [integer?]: [optional, default=-1]
  • height [integer?]: [optional, default=-1]
  • borderDirection [integer?]: (BorderDirection.ALL, BorderDirection.TOP, BorderDirection.BOTTOM, BorderDirection.LEFT or BorderDirection.RIGHT) [optional, default=BorderDirection.NONE]
  • borderSize [integer?]: in pixels [optional, default=0]
  • proportion [integer?]: [optional, default=0]

Outputs:

  • uiIntSlider [UIIntSlider]:

UIIntSlider:destroy

UIIntSlider:getEnabled

Outputs:

  • [boolean]:

UIIntSlider:getValue

Outputs:

  • sliderValue [integer]:

UIIntSlider:isVisible

Outputs:

  • [boolean]:

UIIntSlider:setEnabled

Inputs:

  • enabled [boolean?]: [optional, default=true]

UIIntSlider:setMinMax

Inputs:

  • min [integer]:
  • max [integer]:

UIIntSlider:setOnChangeCallback

Inputs:

  • callbackFunction [object]: function(integer)
  • functionObject [object?]: functionObject [optional, default=NULL]

UIIntSlider:setToolTip

Inputs:

  • tooltip [string]:

UIIntSlider:setValue

Inputs:

  • value [integer]:

UIIntSlider:setVisible

Inputs:

  • visible [boolean?]: [optional, default=true]

Last updated 12 Apr 2025, 16:09 +0200 . history