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