-
Notifications
You must be signed in to change notification settings - Fork 5
Group
Philipp Janda edited this page Oct 14, 2015
·
6 revisions
Corresponds to:
Fl_Group
Inherits from:
Widget
fl.Group( i, i, i, i, ns ) ==> u
-
fl.Group( t ) ==> u
(table constructor syntax) fl.Group.current() ==> nu
fl.Group.current( nu )
obj:add( u )
obj:add_resizable( u )
obj:begin()
-
obj:begin_group()
(same asobj:begin()
) obj:child( i ) ==> u
obj:clear()
-
obj:end_group()
(corresponds toFl_Group::end()
) obj:find( u ) ==> i
obj:insert( u, i )
obj:remove( i )
- methods defined for the
Widget
userdata type obj.children [get: i; set: -]
obj.resizable [get: nu; set: nu]
obj.clip_children [get: b; set: b]
- properties defined for the
Widget
userdata type