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

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

Go to the source code of this file.
Data Structures | |
| struct | Ewl_Freebox_MVC |
| Inherits from EWL_MVC and extends to provide a free layout widget. More... | |
Defines | |
| #define | EWL_FREEBOX_MVC(box) ((Ewl_Freebox_MVC *)box) |
| #define | EWL_FREEBOX_MVC_IS(w) (ewl_widget_type_is(EWL_WIDGET(w), EWL_FREEBOX_MVC_TYPE)) |
| #define | EWL_FREEBOX_MVC_TYPE "freebox_mvc" |
Typedefs | |
| typedef struct Ewl_Freebox_MVC | Ewl_Freebox_MVC |
Functions | |
| void | ewl_freebox_mvc_cb_configure (Ewl_Widget *w, void *ev, void *data) |
| 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 | |