lib/ewl_overlay.c File Reference
#include "ewl_base.h"
#include "ewl_overlay.h"
#include "ewl_macros.h"
#include "ewl_private.h"
#include "ewl_debug.h"
Include dependency graph for ewl_overlay.c:

Functions | |
| void | ewl_overlay_cb_child_resize (Ewl_Container *c, Ewl_Widget *w, int size __UNUSED__, Ewl_Orientation o __UNUSED__) |
| void | ewl_overlay_cb_child_show (Ewl_Container *o, Ewl_Widget *child) |
| void | ewl_overlay_cb_configure (Ewl_Widget *w, void *ev_data __UNUSED__, void *user_data __UNUSED__) |
| int | ewl_overlay_init (Ewl_Overlay *w) |
| initialize a overlay to default values and callbacks | |
| Ewl_Widget * | ewl_overlay_new (void) |
| Allocate and initialize a new overlay container. | |
Function Documentation
| void ewl_overlay_cb_configure | ( | Ewl_Widget * | w, | |
| void *ev_data | __UNUSED__, | |||
| void *user_data | __UNUSED__ | |||
| ) |
References CURRENT_H, CURRENT_W, CURRENT_X, CURRENT_Y, DCHECK_PARAM_PTR, DCHECK_TYPE, DENTER_FUNCTION, DLEAVE_FUNCTION, DLEVEL_STABLE, EWL_CONTAINER, ewl_object_current_x_get(), ewl_object_current_y_get(), ewl_object_size_request(), EWL_OVERLAY_TYPE, and UNMANAGED.
Referenced by ewl_overlay_init().