Roller - siffiejoe/lua-fltk4lua GitHub Wiki
Roller:
Corresponds to:
Fl_Roller
Inherits from:
Valuator,
Widget
Constructors
fl.Roller( int X, int Y, int W, int H, *str label ) ==> userdata Widget
fl.Roller{ table entries } ==> userdata Widget
( table constructor syntax )
Functions
- methods defined for the
Valuator userdata type
- methods defined for the
Widget userdata type
Properties
- properties defined for
Valuator userdata type
- properties defined for
Widget userdata type
obj.type ==> str mode get
obj.type = str mode set
select mode:
"FL_VERTICAL"
"FL_HORIZONTAL"