Data Structures | |
struct | Ewl_Overlay |
The class inheriting from Ewl_Container that acts as a top level widget for interacting with the evas. More... | |
struct | Ewl_Overlay |
The class inheriting from Ewl_Container that acts as a top level widget for interacting with the evas. More... | |
Defines | |
#define | EWL_OVERLAY(widget) ((Ewl_Overlay *) widget) |
Typecast a pointer to an Ewl_Overlay pointer. | |
Typedefs | |
typedef Ewl_Overlay | Ewl_Overlay |
The overlay structure is mostly a container for holding widgets and a wrapper evas smart object. | |
Functions | |
Ewl_Widget * | ewl_overlay_new (void) |
Allocate and initialize a new overlay container. | |
int | ewl_overlay_init (Ewl_Overlay *win) |
initialize a overlay to default values and callbacks |
|
initialize a overlay to default values and callbacks
|
|
Allocate and initialize a new overlay container.
|