CorsixTH Lua Documentation

Scrollbar Class

A window element used to scroll in lists

Declared on: line 730 of Lua/window.lua.

Method Index

Member Index

function Scrollbar:getXorY()

Get the pixel position of the slider in the axis which the slider can move

Declared on: line 773 of Lua/window.lua.

function Scrollbar:setRange(min_value, max_value, page_size, value)

Parameters:

NameTypeDescription
min_value ? ?
max_value ? ?
page_size ? ?
value ? ?

Declared on: line 745 of Lua/window.lua.

function Scrollbar:setXorY(xy)

Set the pixel position of the slider in the axis which the slider can move

Parameters:

NameTypeDescription
xy ? ?

Declared on: line 778 of Lua/window.lua.

Page generated on Sat Feb 07, 2015 at 18:38:28 by LDocGen.