-
Notifications
You must be signed in to change notification settings - Fork 5
File_Input
doyousketch2 edited this page Sep 7, 2019
·
4 revisions
Corresponds to:
Fl_File_Input
Constructors
- `fl.File_Input( int X, int Y, int W, int H, *str label ) ==> userdata Widget
-
fl.File_Input{ table entries } ==> userdata Widget(table constructor syntax)
Functions
Properties
- properties defined for
Inputuserdata type - properties defined for
Widgetuserdata type -
obj.value ==> str pathnameget -
obj.value = str pathnameset -
obj.down_box ==> str Fl_Boxtypeget ( Fl_Boxtype ) -
obj.down_box = str Fl_Boxtypeset ( Fl_Boxtype ) -
obj.errorcolor ==> userdata Fl_Colorget ( Fl_Color ) -
obj.errorcolor = int|userdata Fl_Colorset ( Fl_Color )