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

Window:

Corresponds to: Fl_Window

Inherits from: Group, Widget

  • fl.Window( i, i, i, i, ns ) ==> u
  • fl.Window( i, i, ns ) ==> u
  • fl.Window( t ) ==> u (table constructor syntax)
  • obj:clear_border()
  • obj:cursor( s, niu, niu )
  • obj:default_cursor( s, niu, niu )
  • obj:fullscreen()
  • obj:fullscreen_off( [i, i, i, i] )
  • obj:iconize()
  • obj:make_current()
  • obj:set_modal()
  • obj:set_non_modal()
  • obj:set_override()
  • obj:show( nt )
  • obj:size_range( i, i, ni, ni, ni, ni, b )
  • methods defined for the Group userdata type
  • methods defined for the Widget userdata type
  • label [get: s; set: s]
  • modal [get: b; set: b]
  • shown [get: b; set: -]
  • border [get: b; set: -]
  • x_root [get: i; set: -]
  • y_root [get: i; set: -]
  • xclass [get: s; set: s]
  • override [get: b; set: -]
  • iconlabel [get: s; set: s]
  • non_modal [get: b; set: -]
  • decorated_h [get: i; set: -]
  • decorated_w [get: i; set: -]
  • menu_window [get: b; set: -]
  • tooltip_window [get: b; set: -]
  • fullscreen_active [get: b; set: -]
  • properties defined for the Group userdata type
  • properties defined for the Widget userdata type

Clone this wiki locally