Value_Output - siffiejoe/lua-fltk4lua GitHub Wiki
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 Widgetfl.Value_Output{ table entries } ==> userdata Widget( table constructor syntax )
Functions
Properties
- properties defined for
Valuatoruserdata type - properties defined for
Widgetuserdata type obj.soft ==> bool draggablegetobj.soft = bool draggableset
allowed to drag value outside rangeobj.textfont ==> str indexget ( Fl_Font index )obj.textfont = int|str fontset ( Fl_Font index or name )obj.textsize ==> int sizeget ( in pixels )obj.textsize = int sizeset ( in pixels )obj.textcolor ==> userdata colorget ( Fl_color )obj.textcolor = int|userdata colorset ( Fl_color )