-
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
Slideruserdata type - methods defined for
Valuatoruserdata type - methods defined for
Widgetuserdata type -
obj:setvalue( int pos, int windowSize, int first, int total )( lines. corresponds to
Fl_Scrollbar::value(int, int, int, int))
Properties