-
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
Input
userdata type - properties defined for
Widget
userdata type -
obj.value ==> str pathname
get -
obj.value = str pathname
set -
obj.down_box ==> str Fl_Boxtype
get ( Fl_Boxtype ) -
obj.down_box = str Fl_Boxtype
set ( Fl_Boxtype ) -
obj.errorcolor ==> userdata Fl_Color
get ( Fl_Color ) -
obj.errorcolor = int|userdata Fl_Color
set ( Fl_Color )