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

Value_Input:

Corresponds to: Fl_Value_Input

Inherits from: Valuator, Widget

  • fl.Value_Input( i, i, i, i, ns ) ==> u
  • fl.Value_Input( t ) ==> u (table constructor syntax)
  • methods defined for the Valuator userdata type
  • methods defined for the Widget userdata type
  • obj.soft [get: b; set: b]
  • obj.input [get: u; set: -]
  • obj.shortcut [get: u; set: isu]
  • obj.textfont [get: s; set: is]
  • obj.textsize [get: i; set: i]
  • obj.textcolor [get: u; set: iu]
  • obj.cursor_color [get: u; set: iu]
  • properties defined for the Valuator userdata type
  • properties defined for the Widget userdata type

Clone this wiki locally