-
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
Valuator
userdata type - methods defined for
Widget
userdata type -
obj:angles( int min, int max )
set
Properties
- properties defined for
Valuator
userdata type - properties defined for
Widget
userdata type -
obj.angle1 ==> int angle
getobj.angle1 = int angle
set -
obj.angle2 ==> int angle
getobj.angle2 = int angle
set -
obj.type ==> str mode
getobj.type = str mode
set
select mode:-
"FL_NORMAL_DIAL"
( default ) "FL_FILL_DIAL"
"FL_LINE_DIAL"
-