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

Ewl_Widget Struct Reference
[Widget: The Parent Widget Class Common to All WidgetsWidget: The Parent Widget Class Common to All Widgets]

The class inheriting from Ewl_Object that provides appearance, parent, and callback capabilities. More...


Data Fields

Ewl_Object object
 Inherit the base Object class.

Ewl_Widgetparent
 The parent widget, actually a container.

Ecore_List * callbacks [EWL_CALLBACK_MAX]
 Callback list array.

Evas_Object * fx_clip_box
 Clipping rectangle of widget.

Evas_Object * theme_object
 Appearance shown on canvas.

char * bit_state
 State of the appaarance.

char * appearance
 Key to lookup appearance in theme.

char * inheritance
 Key to lookup inhertiance of widget.

int layer
 Current layer of widget on canvas.

Ecore_Hash * theme
 Overriding theme settings of this widget.

Ecore_Hash * data
 Arbitrary data attached to this widget.


Detailed Description

The class inheriting from Ewl_Object that provides appearance, parent, and callback capabilities.