lib/ewl_list.h File Reference
#include "ewl_mvc.h"
Include dependency graph for ewl_list.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Data Structures | |
struct | Ewl_List |
Inherits from Ewl_MVC and extends to provide a list widget. More... | |
Defines | |
#define | EWL_LIST(list) ((Ewl_List *)list) |
#define | EWL_LIST_IS(w) (ewl_widget_type_is(EWL_WIDGET(w), EWL_LIST_TYPE)) |
#define | EWL_LIST_TYPE "list" |
Typedefs | |
typedef struct Ewl_List | Ewl_List |
Functions | |
void | ewl_list_cb_child_add (Ewl_Container *c, Ewl_Widget *w) |
void | ewl_list_cb_configure (Ewl_Widget *w, void *ev, void *data) |
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. |