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

Functions | |
| void | ewl_freebox_mvc_cb_configure (Ewl_Widget *w, void *ev __UNUSED__, void *data __UNUSED__) |
| void | ewl_freebox_mvc_cb_item_clicked (Ewl_Widget *w, void *ev, void *data) |
| void | ewl_freebox_mvc_cb_selected_change (Ewl_MVC *mvc) |
| int | ewl_freebox_mvc_init (Ewl_Freebox_MVC *fb_mvc) |
| Initializes an Ewl_Freebox_MVC widget to default values. | |
| Ewl_Widget * | ewl_freebox_mvc_new (void) |
| Creates and initializes an Ewl_Freebox_MVC widget. | |
| Ewl_Orientation | ewl_freebox_mvc_orientation_get (Ewl_Freebox_MVC *fb_mvc) |
| void | ewl_freebox_mvc_orientation_set (Ewl_Freebox_MVC *fb_mvc, Ewl_Orientation orientation) |
| Sets the orientation of the freebox mvc. | |
| Ewl_Widget * | ewl_hfreebox_mvc_new (void) |
| creates and initializes a new horizontal freebox mvc widget | |
| Ewl_Widget * | ewl_vfreebox_mvc_new (void) |
| creates and initializes a new vertical freebox mvc widget | |
Function Documentation
| void ewl_freebox_mvc_cb_configure | ( | Ewl_Widget * | w, | |
| void *ev | __UNUSED__, | |||
| void *data | __UNUSED__ | |||
| ) |
References Ewl_Model::count, DCHECK_PARAM_PTR, DCHECK_TYPE, DENTER_FUNCTION, DLEAVE_FUNCTION, DLEVEL_STABLE, DRETURN, ewl_callback_append(), EWL_CALLBACK_CLICKED, EWL_CELL, ewl_cell_new(), ewl_cell_state_change_cb_add(), EWL_CONTAINER, ewl_container_child_append(), ewl_container_reset(), EWL_FREEBOX_MVC, ewl_freebox_mvc_cb_item_clicked(), ewl_freebox_mvc_cb_selected_change(), EWL_FREEBOX_MVC_TYPE, EWL_MVC, ewl_mvc_data_get(), ewl_mvc_dirty_get(), ewl_mvc_dirty_set(), ewl_mvc_model_get(), ewl_mvc_private_data_get(), ewl_mvc_view_get(), ewl_widget_show(), Ewl_Model::fetch, and Ewl_View::fetch.
Referenced by ewl_freebox_mvc_init().