Ewl_Selection Struct Reference
[Ewl_MVC: The base model-view-controller framework]
#include <ewl_mvc.h>

Detailed Description
Structure to store information on selections.Data Fields | |
void * | data |
void * | highlight |
const Ewl_Model * | model |
Ewl_Selection_Type | type |
Field Documentation
void* Ewl_Selection::data |
Data containing the selection
Referenced by ewl_filelist_selected_files_get(), ewl_mvc_handle_click(), ewl_mvc_highlight(), ewl_mvc_selected_get(), ewl_mvc_selection_index_new(), and ewl_mvc_selection_range_new().
void* Ewl_Selection::highlight |
highlight widgets for the MVC
Referenced by ewl_mvc_highlight().
const Ewl_Model* Ewl_Selection::model |
The model to work with this selection
Referenced by ewl_mvc_handle_click(), ewl_mvc_selected_get(), ewl_mvc_selection_index_new(), and ewl_mvc_selection_range_new().
The type of selection
Referenced by ewl_filelist_selected_files_get(), ewl_mvc_handle_click(), ewl_mvc_highlight(), ewl_mvc_selected_count_get(), ewl_mvc_selected_get(), ewl_mvc_selected_rm(), ewl_mvc_selection_index_new(), and ewl_mvc_selection_range_new().
The documentation for this struct was generated from the following file:
- lib/ewl_mvc.h