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

Functions | |
void | ewl_cell_cb_child_resize (Ewl_Container *c, Ewl_Widget *w, int size, Ewl_Orientation o) |
void | ewl_cell_cb_child_show (Ewl_Container *c, Ewl_Widget *w) |
void | ewl_cell_cb_configure (Ewl_Widget *w, void *ev_data, void *user_data) |
int | ewl_cell_init (Ewl_Cell *cell) |
Initialize the cell fields of an inheriting object. | |
Ewl_Widget * | ewl_cell_new (void) |
Allocate and initialize a new cell. | |
void | ewl_cell_state_change_cb_add (Ewl_Cell *cell) |
void | ewl_cell_state_change_cb_del (Ewl_Cell *cell) |
Removes the callback to send state changes on to the cell's children. |