ViewList_t - struct to hold information for the listview. More...
#include <xlistview.h>
Data Fields | |
int | prelight_item |
int | active_item |
int | show_items |
int | list_size |
char ** | list_names |
ViewList_t - struct to hold information for the listview.
prelight_item | - the list item which has the focus |
active_item | - the list item which is selected(active) |
show_items | - the viewable amount of list items |
list_size | - total amount of list items in list |
**list_names | - the list entrys |
Definition at line 41 of file xlistview.h.
int ViewList_t::active_item |
Definition at line 43 of file xlistview.h.
char** ViewList_t::list_names |
Definition at line 46 of file xlistview.h.
int ViewList_t::list_size |
Definition at line 45 of file xlistview.h.
int ViewList_t::prelight_item |
Definition at line 42 of file xlistview.h.
int ViewList_t::show_items |
Definition at line 44 of file xlistview.h.