Pack - siffiejoe/lua-fltk4lua GitHub Wiki
Pack:
Corresponds to:
Fl_Pack
Constructors
fl.Pack( int X, int Y, int W, int H, *str label ) ==> userdata Widgetfl.Pack{ table entries } ==> userdata Widget( table constructor syntax )
Functions
Properties
- properties defined for
Groupuserdata type - properties defined for
Widgetuserdata type obj.spacing ==> int paddinggetobj.spacing = int paddingset
( pixels between children )obj.horizontal ==> bool statusget( Fl_Group::type() )
obj.type ==> str modegetobj.type = str modeset
select mode:"VERTICAL""HORIZONTAL"