92 int x,
int y,
int width,
int height);
ViewList_t - struct to hold information for the listview.
void listview_remove_list(Widget_t *listview)
listview_remove_list - remove the list from a listview Widget_t
Widget_t * add_listview(Widget_t *parent, const char *label, int x, int y, int width, int height)
add_label - add a listview to a Widget_t
void listview_set_check_dir(Widget_t *listview, int set)
listview_set_check_dir - set optional check if list item is a directory
void listview_set_active_entry(Widget_t *w, int active)
listview_set_active_entry - set the active listview entry
void listview_mem_free(void *w_, void *user_data)
listview_mem_free - release additional used memory when destroy the Widget_t
Widget_t * create_listview_viewport(Widget_t *parent, int elem, int width, int height)
create_listview_viewport - create a viewport on a listview to a Widget_t
void listview_unset_active_entry(Widget_t *w)
listview_unset_active_entry - unset the active listview entry
void listview_set_list(Widget_t *listview, char **list, int list_size)
listview_set_list - set a list to a listview Widget_t
This file contains definitions and structs used on all platforms. Platform specific definitions are l...