-
Notifications
You must be signed in to change notification settings - Fork 5
Scrollbar
doyousketch2 edited this page Sep 13, 2019
·
3 revisions
Corresponds to:
Fl_Scrollbar
Inherits from:
Slider
,
Valuator
,
Widget
Constructors
fl.Scrollbar( int X, int Y, int W, int H, *str label ) ==> userdata Widget
-
fl.Scrollbar{ table entries } ==> userdata Widget
( table constructor syntax )
Functions
- methods defined for
Slider
userdata type - methods defined for
Valuator
userdata type - methods defined for
Widget
userdata type -
obj:setvalue( int pos, int windowSize, int first, int total )
( lines. corresponds to
Fl_Scrollbar::value(int, int, int, int)
)
Properties