Main Page | Modules | Alphabetical List | Data Structures | File List | Data Fields | Related Pages

Ewl_Box Struct Reference
[Box: The Box Layout Container.Box: The Box Layout Container.]

Inherits from an Ewl_Container to provide layout facilities for child widgets placed inside. More...


Data Fields

Ewl_Container container
 Inherit from Ewl_Container.

Ewl_Orientation orientation
 Indicate the orientation of layout.

int spacing
 Space between each widget in the box.

unsigned int homogeneous
 Flag indicating space assignemnt.


Detailed Description

Inherits from an Ewl_Container to provide layout facilities for child widgets placed inside.

Layout is done horizontally (left-to-right), or vertically (top-to-bottom). There is also a flag for homogeneous layout, which gives each child Ewl_Widget equal space inside the Ewl_Box.