-
Notifications
You must be signed in to change notification settings - Fork 5
Tabs
doyousketch2 edited this page Sep 13, 2019
·
4 revisions
Corresponds to:
Fl_Tabs
Constructors
fl.Tabs( int X, int Y, int W, int H, *str label ) ==> userdata Widget
-
fl.Tabs{ table entries } ==> userdata Widget
( table constructor syntax )
Functions
- methods defined for
Group
userdata type - methods defined for
Widget
userdata type -
obj:client_area( *int tabh ) ==> int X, int Y, int W, int H
tabh > 0: tab height, on top
tabh 0: tabs on top
tabh -1: tabs below
tabh < -1: tab height, below
Properties