-
Notifications
You must be signed in to change notification settings - Fork 5
Progress
doyousketch2 edited this page Sep 13, 2019
·
4 revisions
Corresponds to:
Fl_Progress
Inherits from:
Widget
Constructors
fl.Progress( int X, int Y, int W, int H, *str label ) ==> userdata Widget
-
fl.Progress{ table entries } ==> userdata Widget
( table constructor syntax )
Functions
- methods defined for
Widget
userdata type
Properties
- properties defined for
Widget
userdata type -
obj.value ==> int val
getobj.value = int val
set
( current value in progress widget ) -
obj.minimum ==> int min
getobj.minimum = int min
set -
obj.maximum ==> int max
getobj.maximum = int max
set