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

Detailed Description
Structure to store a range of selected cells.Data Fields | |
struct { | |
unsigned int column | |
unsigned int row | |
} | end |
Ewl_Selection | sel |
struct { | |
unsigned int column | |
unsigned int row | |
} | start |
Field Documentation
unsigned int Ewl_Selection_Range::column |
Index column
Referenced by ewl_mvc_handle_click(), ewl_mvc_highlight(), ewl_mvc_selected_count_get(), ewl_mvc_selected_get(), and ewl_mvc_selection_range_new().
struct { ... } Ewl_Selection_Range::end |
End of range
Referenced by ewl_mvc_selected_count_get(), and ewl_mvc_selection_range_new().
unsigned int Ewl_Selection_Range::row |
Index row
Referenced by ewl_filelist_selected_files_get(), ewl_mvc_handle_click(), ewl_mvc_highlight(), ewl_mvc_selected_count_get(), ewl_mvc_selected_get(), and ewl_mvc_selection_range_new().
Inherit from Ewl_Selection
Referenced by ewl_mvc_selection_range_new().
struct { ... } Ewl_Selection_Range::start |
Start of range
Referenced by ewl_filelist_selected_files_get(), ewl_mvc_handle_click(), ewl_mvc_highlight(), ewl_mvc_selected_count_get(), ewl_mvc_selected_get(), and ewl_mvc_selection_range_new().
The documentation for this struct was generated from the following file:
- lib/ewl_mvc.h