| Package name | |
|---|---|
| Fl_Adjuster | FLTK.Widgets.Valuators.Adjusters | 
| Types | |
|---|---|
| Fl_Adjuster | Adjuster | 
| Adjuster_Reference | |
| Constructors | |
|---|---|
| Fl_Adjuster(int X, int Y, int W, int H, const char *L=0); | 
function Create
       (X, Y, W, H : in Integer;
        Text       : in String := "")
    return Adjuster;
 | 
| Rely on the automatic use of begin when a group is created, or use begin/end explicitly, or add each widget to its intended parent group manually. | 
function Create
       (Parent     : in out FLTK.Widgets.Groups.Group'Class;
        X, Y, W, H : in     Integer;
        Text       : in     String := "")
    return Adjuster;
 | 
| Functions and Procedures | |
|---|---|
| int soft() const; | 
function Is_Soft
       (This : in Adjuster)
    return Boolean;
 | 
| void soft(int s); | 
procedure Set_Soft
       (This : in out Adjuster;
        To   : in     Boolean);
 | 
| Protected Functions and Procedures | |
|---|---|
| void draw(); | 
procedure Draw
       (This : in out Adjuster);
 | 
| int handle(int); | 
function Handle
       (This  : in out Adjuster;
        Event : in     Event_Kind)
    return Event_Outcome;
 | 
| void value_damage(); | 
procedure Value_Damage
       (This : in out Adjuster);
 |