Data Structures | |
struct | Ewl_Cell |
The cell inherits from the container for packing widgets inside the cell. More... | |
struct | Ewl_Cell |
The cell inherits from the container for packing widgets inside the cell. More... | |
Defines | |
#define | EWL_CELL(t) ((Ewl_Cell *)t) |
Typecast a pointer to an Ewl_Cell pointer. | |
Typedefs | |
typedef Ewl_Cell | Ewl_Cell |
Functions | |
Ewl_Widget * | ewl_cell_new (void) |
Allocate and initialize a new cell. | |
int | ewl_cell_init (Ewl_Cell *cell) |
Initialize the cell fields of an inheriting object. |
|
|
|
Initialize the cell fields of an inheriting object.
|
|
Allocate and initialize a new cell.
|