-
Notifications
You must be signed in to change notification settings - Fork 5
Dial
doyousketch2 edited this page Sep 13, 2019
·
4 revisions
Corresponds to:
Fl_Dial
Inherits from:
Valuator,
Widget
Constructors
fl.Dial( int X, int Y, int W, int H, *str label ) ==> userdata Widget-
fl.Dial{ table entries } ==> userdata Widget( table constructor syntax )
Functions
- methods defined for
Valuatoruserdata type - methods defined for
Widgetuserdata type -
obj:angles( int min, int max )set
Properties
- properties defined for
Valuatoruserdata type - properties defined for
Widgetuserdata type -
obj.angle1 ==> int anglegetobj.angle1 = int angleset -
obj.angle2 ==> int anglegetobj.angle2 = int angleset -
obj.type ==> str modegetobj.type = str modeset
select mode:-
"FL_NORMAL_DIAL"( default ) "FL_FILL_DIAL""FL_LINE_DIAL"
-