Fl_Simple_Counter Binding Map

Back to Index
Package name
Fl_Simple_Counter FLTK.Widgets.Valuators.Counters.Simple
Types
Fl_Simple_Counter Simple_Counter
  Simple_Counter_Reference
Constructors
Fl_Simple_Counter(int X, int Y, int W, int H, const char *L=0);
function Create
       (X, Y, W, H : in Integer;
        Text       : in String := "")
    return Simple_Counter;
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 Simple_Counter;