ui/gtk/list.h

changeset 786
150a1180f7ec
parent 778
85b6cef7fcba
child 853
380ec881faa2
equal deleted inserted replaced
785:b943e3d618f0 786:150a1180f7ec
65 CxMap *bound_rows; 65 CxMap *bound_rows;
66 GListStore *liststore; 66 GListStore *liststore;
67 GtkSelectionModel *selectionmodel; 67 GtkSelectionModel *selectionmodel;
68 UiColData *columns; 68 UiColData *columns;
69 int numcolumns; 69 int numcolumns;
70 PangoAttrList *default_attributes; // TODO: remove
71 PangoAttrList *current_row_attributes; 70 PangoAttrList *current_row_attributes;
72 #else 71 #else
73 int style_offset; 72 int style_offset;
74 #endif 73 #endif
75 ui_callback onactivate; 74 ui_callback onactivate;
80 void *ondragstartdata; 79 void *ondragstartdata;
81 ui_callback ondragcomplete; 80 ui_callback ondragcomplete;
82 void *ondragcompletedata; 81 void *ondragcompletedata;
83 ui_callback ondrop; 82 ui_callback ondrop;
84 void *ondropdata; 83 void *ondropdata;
84 ui_list_savefunc onsave;
85 void *onsavedata;
85 UiListSelection selection; 86 UiListSelection selection;
86 87
87 } UiListView; 88 } UiListView;
88 89
89 struct UiColData { 90 struct UiColData {

mercurial