Fl_Value_Output Binding Map

Package name
Fl_Value_Output FLTK.Widgets.Valuators.Value_Outputs
Types
Fl_Value_Output Value_Output
  Value_Output_Reference
Functions and Procedures
Fl_Value_Output(int x, int y, int w, int h, const char *l=0);
function Create
       (X, Y, W, H : in Integer;
        Text       : in String)
    return Value_Output;
void draw();
procedure Draw
       (This : in out Value_Output);
int handle(int);
function Handle
       (This  : in out Value_Output;
        Event : in     Event_Kind)
    return Event_Outcome;
void soft(char s);
procedure Set_Soft
       (This : in out Value_Output;
        To   : in     Boolean);
char soft() const;
function Is_Soft
       (This : in Value_Output)
    return Boolean;
Fl_Color textcolor() const;
function Get_Text_Color
       (This : in Value_Output)
    return Color;
void textcolor(Fl_Color n);
procedure Set_Text_Color
       (This : in out Value_Output;
        Col  : in     Color);
Fl_Font textfont() const;
function Get_Text_Font
       (This : in Value_Output)
    return Font_Kind;
void textfont(Fl_Font s);
procedure Set_Text_Font
       (This : in out Value_Output;
        Font : in     Font_Kind);
Fl_Fontsize textsize() const;
function Get_Text_Size
       (This : in Value_Output)
    return Font_Size;
void textsize(Fl_Fontsize s);
procedure Set_Text_Size
       (This : in out Value_Output;
        Size : in     Font_Size);