-
Notifications
You must be signed in to change notification settings - Fork 5
Value_Output
doyousketch2 edited this page Sep 13, 2019
·
7 revisions
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
Properties
- properties defined for
Valuatoruserdata type - properties defined for
Widgetuserdata type -
obj.soft ==> bool draggablegetobj.soft = bool draggableset
allowed to drag value outside range -
obj.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 )