Tabs - siffiejoe/lua-fltk4lua GitHub Wiki
Tabs:
Corresponds to:
Fl_Tabs
Constructors
fl.Tabs( int X, int Y, int W, int H, *str label ) ==> userdata Widgetfl.Tabs{ table entries } ==> userdata Widget( table constructor syntax )
Functions
- methods defined for
Groupuserdata type - methods defined for
Widgetuserdata type obj:client_area( *int tabh ) ==> int X, int Y, int W, int Htabh > 0: tab height, on top
tabh 0: tabs on top
tabh -1: tabs below
tabh < -1: tab height, below
Properties