-
Notifications
You must be signed in to change notification settings - Fork 5
Pack
doyousketch2 edited this page Sep 13, 2019
·
5 revisions
Corresponds to:
Fl_Pack
Constructors
fl.Pack( int X, int Y, int W, int H, *str label ) ==> userdata Widget
-
fl.Pack{ table entries } ==> userdata Widget
( table constructor syntax )
Functions
Properties
- properties defined for
Group
userdata type - properties defined for
Widget
userdata type -
obj.spacing ==> int padding
getobj.spacing = int padding
set
( pixels between children ) -
obj.horizontal ==> bool status
get( Fl_Group::type() )
-
obj.type ==> str mode
getobj.type = str mode
set
select mode:"VERTICAL"
"HORIZONTAL"