-
Notifications
You must be signed in to change notification settings - Fork 5
Dial
doyousketch2 edited this page Sep 6, 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 angleget -
obj.angle1 = int angleset -
obj.angle2 ==> int angleget -
obj.angle2 = int angleset -
obj.type ==> str modeget (see below) -
obj.type = str modeset (see below)
The type property / mode of dials can be set to one of the following
values:
-
"FL_NORMAL_DIAL"(default) "FL_FILL_DIAL""FL_LINE_DIAL"