lib/ewl_overlay.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Data Structures | |
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. | |
#define | EWL_OVERLAY_IS(w) (ewl_widget_type_is(EWL_WIDGET(w), EWL_OVERLAY_TYPE)) |
#define | EWL_OVERLAY_TYPE "overlay" |
Typedefs | |
typedef struct Ewl_Overlay | Ewl_Overlay |
Functions | |
void | ewl_overlay_cb_child_resize (Ewl_Container *c, Ewl_Widget *w, int size, Ewl_Orientation o) |
void | ewl_overlay_cb_child_show (Ewl_Container *emb, Ewl_Widget *child) |
void | ewl_overlay_cb_configure (Ewl_Widget *w, void *ev_data, void *user_data) |
int | ewl_overlay_init (Ewl_Overlay *win) |
initialize a overlay to default values and callbacks | |
Ewl_Widget * | ewl_overlay_new (void) |
Allocate and initialize a new overlay container. |