-
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
Valuator
userdata type - properties defined for
Widget
userdata type -
obj.soft ==> bool draggable
getobj.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 )