lib/ewl_row.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_Row |
Inherits from Ewl_Container to create a tree row that lays out cells in a left to right fashion. More... | |
Defines | |
#define | EWL_ROW(t) ((Ewl_Row *)t) |
#define | EWL_ROW_IS(w) (ewl_widget_type_is(EWL_WIDGET(w), EWL_ROW_TYPE)) |
#define | EWL_ROW_TYPE "row" |
Typedefs | |
typedef struct Ewl_Row | Ewl_Row |
Functions | |
void | ewl_row_cb_child_hide (Ewl_Container *c, Ewl_Widget *w) |
void | ewl_row_cb_child_resize (Ewl_Container *c, Ewl_Widget *w, int size, Ewl_Orientation o) |
void | ewl_row_cb_child_show (Ewl_Container *c, Ewl_Widget *w) |
void | ewl_row_cb_configure (Ewl_Widget *w, void *ev_data, void *user_data) |
void | ewl_row_cb_header_configure (Ewl_Widget *w, void *ev_data, void *user_data) |
void | ewl_row_cb_header_destroy (Ewl_Widget *w, void *ev_data, void *user_data) |
Ewl_Widget * | ewl_row_column_get (Ewl_Row *row, short n) |
Retrieve the widget at a specified column. | |
void | ewl_row_header_set (Ewl_Row *row, Ewl_Container *header) |
Set the row header of constraints on cell widths. | |
int | ewl_row_init (Ewl_Row *row) |
Initialize the row fields of an inheriting object. | |
Ewl_Widget * | ewl_row_new (void) |
Allocate and initialize a new row. |