ui/gtk/list.h

changeset 745
a4ee36ff7147
parent 739
3236d5ed3a95
child 749
0f052f6f532c
equal deleted inserted replaced
744:0528926422da 745:a4ee36ff7147
58 GListStore *liststore; 58 GListStore *liststore;
59 GtkSelectionModel *selectionmodel; 59 GtkSelectionModel *selectionmodel;
60 UiColData *columns; 60 UiColData *columns;
61 PangoAttrList *default_attributes; // TODO: remove 61 PangoAttrList *default_attributes; // TODO: remove
62 PangoAttrList *current_row_attributes; 62 PangoAttrList *current_row_attributes;
63 #else
64 int style_offset;
63 #endif 65 #endif
64 ui_callback onactivate; 66 ui_callback onactivate;
65 void *onactivatedata; 67 void *onactivatedata;
66 ui_callback onselection; 68 ui_callback onselection;
67 void *onselectiondata; 69 void *onselectiondata;

mercurial