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;
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);