Fl_Roller Binding Map

Back to Index
Package name
Fl_Roller FLTK.Widgets.Valuators.Rollers
Types
Fl_Roller Roller
  Roller_Reference
Constructors
Fl_Roller(int X, int Y, int W, int H, const char *L=0);
function Create
       (X, Y, W, H : in Integer;
        Text       : in String := "")
    return Roller;
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 Roller;
Functions and Procedures
int handle(int);
function Handle
       (This  : in out Roller;
        Event : in     Event_Kind)
    return Event_Outcome;
Protected Functions and Procedures
void draw();
procedure Draw
       (This : in out Roller);