Skip to content
Philipp Janda edited this page Nov 30, 2015 · 3 revisions

Widget (abstract):

Corresponds to: Fl_Widget

  • fl.Widget.label_shortcut( s ) ==> i
  • obj:activate()
  • obj:clear_changed()
  • obj:clear_damage()
  • obj:clear_output()
  • obj:clear_visible()
  • obj:clear_visible_focus()
  • obj:contains( u ) ==> b
  • obj:deactivate()
  • obj:hide()
  • obj:inside( nu ) ==> b
  • obj:measure_label( ni ) ==> i, i
  • obj:position( i, i )
  • obj:redraw()
  • obj:redraw_label()
  • obj:resize( i, i, i, i )
  • obj:set_changed()
  • obj:set_output()
  • obj:set_visible()
  • obj:set_visible_focus()
  • obj:show()
  • obj:size( i, i )
  • obj:take_focus() ==> b
  • obj.x [get: i; set: -]
  • obj.y [get: i; set: -]
  • obj.w [get: i; set: -]
  • obj.h [get: i; set: -]
  • obj.box [get: s; set: s]
  • obj.when [get: u; set: u]
  • obj.align [get: u; set: su]
  • obj.color [get: u; set: iu]
  • obj.image [get: nu; set: nu]
  • obj.label [get: s; set: s]
  • obj.active [get: b; set: -]
  • obj.output [get: b; set: -]
  • obj.parent [get: u; set: -]
  • obj.changed [get: b; set: -]
  • obj.deimage [get: nu; set: nu]
  • obj.tooltip [get: s; set: s]
  • obj.visible [get: b; set: -]
  • obj.active_r [get: b; set: -]
  • obj.callback [get: nf; set: nf]
  • obj.labelfont [get: s; set: is]
  • obj.labelsize [get: i; set: i]
  • obj.labeltype [get: s; set: s]
  • obj.user_data [get: na; set: na]
  • obj.visible_r [get: b; set: -]
  • obj.labelcolor [get: u; set: iu]
  • obj.takesevents [get: b; set: -]
  • obj.visible_focus [get: b; set: b]
  • obj.selection_color [get: u; set: iu]
Clone this wiki locally