Fl_Pack Binding Map

Back to Index
Package name
Fl_Pack FLTK.Widgets.Groups.Packed
Types
Fl_Pack Packed_Group
  Packed_Group_Reference
enum { VERTICAL = 0, HORIZONTAL = 1 } Pack_Kind
Constructors
Fl_Pack(int x, int y, int w, int h, const char *l=0);
function Create
       (X, Y, W, H : in Integer;
        Text       : in String := "")
    return Packed_Group;
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 Groups.Group'Class;
        X, Y, W, H : in     Integer;
        Text       : in     String := "")
    return Packed_Group;
Functions and Procedures
uchar horizontal() const;
function Get_Pack_Type
       (This : in Packed_Group)
    return Pack_Kind;
int spacing() const;
function Get_Spacing
       (This : in Packed_Group)
    return Integer;
void spacing(int i);
procedure Set_Spacing
       (This : in out Packed_Group;
        To   : in     Integer);
See type method for Fl_Widget.
procedure Set_Pack_Type
       (This : in out Packed_Group;
        Kind : in     Pack_Kind);
Protected Functions and Procedures
void draw();
procedure Draw
       (This : in out Packed_Group);