lib/ewl_row.c File Reference
#include "ewl_base.h"
#include "ewl_row.h"
#include "ewl_macros.h"
#include "ewl_private.h"
#include "ewl_debug.h"

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 __UNUSED__, 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 __UNUSED__, void *user_data __UNUSED__) |
| void | ewl_row_cb_header_configure (Ewl_Widget *w __UNUSED__, void *ev_data __UNUSED__, void *user_data) |
| void | ewl_row_cb_header_destroy (Ewl_Widget *w __UNUSED__, void *ev_data __UNUSED__, 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. | |
Function Documentation
| void ewl_row_cb_child_resize | ( | Ewl_Container * | c, | |
| Ewl_Widget *w | __UNUSED__, | |||
| int | size, | |||
| Ewl_Orientation | o | |||
| ) |
References DCHECK_PARAM_PTR, DCHECK_TYPE, DENTER_FUNCTION, DLEAVE_FUNCTION, DLEVEL_STABLE, ewl_container_largest_prefer(), EWL_OBJECT, ewl_object_preferred_inner_w_set(), EWL_ORIENTATION_VERTICAL, EWL_ROW_TYPE, and PREFERRED_W.
Referenced by ewl_row_init().
| void ewl_row_cb_configure | ( | Ewl_Widget * | w, | |
| void *ev_data | __UNUSED__, | |||
| void *user_data | __UNUSED__ | |||
| ) |
References Ewl_Container::children, CURRENT_H, CURRENT_W, CURRENT_X, CURRENT_Y, DCHECK_PARAM_PTR, DCHECK_TYPE, DENTER_FUNCTION, DLEAVE_FUNCTION, DLEVEL_STABLE, EWL_CONTAINER, ewl_container_child_iterate_begin(), ewl_container_child_next(), EWL_OBJECT, ewl_object_current_w_get(), ewl_object_current_x_get(), ewl_object_h_request(), ewl_object_place(), ewl_object_position_request(), ewl_object_w_request(), ewl_object_x_request(), EWL_ROW, EWL_WIDGET_TYPE, Ewl_Row::header, MAX, and VISIBLE.
Referenced by ewl_row_init().
| void ewl_row_cb_header_configure | ( | Ewl_Widget *w | __UNUSED__, | |
| void *ev_data | __UNUSED__, | |||
| void * | user_data | |||
| ) |
References DCHECK_PARAM_PTR, DENTER_FUNCTION, DLEAVE_FUNCTION, DLEVEL_STABLE, EWL_ROW, EWL_WIDGET, and ewl_widget_configure().
| void ewl_row_cb_header_destroy | ( | Ewl_Widget *w | __UNUSED__, | |
| void *ev_data | __UNUSED__, | |||
| void * | user_data | |||
| ) |
References DCHECK_PARAM_PTR, DENTER_FUNCTION, DLEAVE_FUNCTION, DLEVEL_STABLE, EWL_ROW, ewl_row_header_set(), and Ewl_Row::header.