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

Ewl_Container Struct Reference
[Container: Widgets Holding Other WidgetsContainer: Widgets Holding Other Widgets]

Inherits from the Ewl_Widget and expands to allow for placing child widgets within the available space. More...


Data Fields

Ewl_Widget widget
 Inherit the basics of the widget.

Ecore_List * children
 List of children that are contained.

Evas_Object * clip_box
 Clip box to bound widgets inside.

Ewl_Containerredirect
 Alternate parent for children.

Ewl_Child_Add child_add
 Function called on child add.

Ewl_Child_Remove child_remove
 Function called on child remove.

Ewl_Child_Resize child_resize
 Function called on child resize.

Ewl_Child_Show child_show
 Function called on child hide.

Ewl_Child_Hide child_hide
 Function called on child hide.

Ewl_Container_Iterator iterator
 Function to find next child.


Detailed Description

Inherits from the Ewl_Widget and expands to allow for placing child widgets within the available space.

Also adds notifiers for various child events.