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

Functions | |
| void | ewl_list_cb_configure (Ewl_Widget *w, void *ev __UNUSED__, void *data __UNUSED__) |
| void | ewl_list_cb_item_clicked (Ewl_Widget *w, void *ev, void *data) |
| void | ewl_list_cb_selected_change (Ewl_MVC *mvc) |
| int | ewl_list_init (Ewl_List *list) |
| Initialises an Ewl_List widget to default values. | |
| Ewl_Widget * | ewl_list_new (void) |
| Creates and initializes a new Ewl_List widget. | |
Function Documentation
| void ewl_list_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_LIST, ewl_list_cb_item_clicked(), ewl_list_cb_selected_change(), EWL_LIST_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_list_init().