ui/gtk/list.h

changeset 772
fa8afa19b8b6
parent 749
0f052f6f532c
child 778
85b6cef7fcba
equal deleted inserted replaced
771:155f8722b927 772:fa8afa19b8b6
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;

mercurial