iceWing
|
#include <Goptions.h>
Data Fields | |
int | oldindex |
gboolean | selected |
char * | data |
Both optsListEntry and optsListData can be passed to opts_value_set() Entries of the list widget, can be passed to opts_value_set()
int optsListEntry::oldindex |
Index of the entry before reordering, -1 marks last entry
gboolean optsListEntry::selected |
Is the entry selected ?
char* optsListEntry::data |
Any data entered for this entry (see OPTS_DATA)