Skip to content
Philipp Janda edited this page Oct 14, 2015 · 6 revisions

Group:

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 as obj:begin())
  • obj:child( i ) ==> u
  • obj:clear()
  • obj:end_group() (corresponds to Fl_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
Clone this wiki locally