Skip to content
Philipp Janda edited this page Oct 10, 2015 · 4 revisions

Dial:

  • fl.Dial( i, i, i, i, ns ) ==> u
  • fl.Dial( t ) ==> u (table constructor syntax)
  • obj:angles( i, i )
  • methods defined for the Valuator userdata type
  • methods defined for the Widget userdata type
  • obj.type [get: s; set: s]
  • obj.angle1 [get: i; set: i]
  • obj.angle2 [get: i; set: i]
  • properties defined for the Valuator userdata type
  • properties defined for the Widget userdata type

The type property of dials can be set to one of the following values:

  • "FL_NORMAL_DIAL" (the default)
  • "FL_FILL_DIAL"
  • "FL_LINE_DIAL"

Clone this wiki locally