Skip to content
doyousketch2 edited this page Sep 13, 2019 · 7 revisions

Value_Output:

Corresponds to: Fl_Value_Output

Inherits from: Valuator, Widget

Constructors

  • fl.Value_Output( int X, int Y, int W, int H, *str label ) ==> userdata Widget
  • fl.Value_Output{ table entries } ==> userdata Widget

    ( table constructor syntax )


Functions

  • methods defined for Valuator userdata type
  • methods defined for Widget userdata type

Properties

  • properties defined for Valuator userdata type
  • properties defined for Widget userdata type
  • obj.soft ==> bool draggable get

    obj.soft = bool draggable set
    allowed to drag value outside range

  • obj.textfont ==> str index get ( Fl_Font index )

    obj.textfont = int|str font set ( Fl_Font index or name )

  • obj.textsize ==> int size get ( in pixels )

    obj.textsize = int size set ( in pixels )

  • obj.textcolor ==> userdata color get ( Fl_color )

    obj.textcolor = int|userdata color set ( Fl_color )

Clone this wiki locally