| 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; |