| 41 GList *logs; /**< The list of logs viewed in this viewer */ |
41 GList *logs; /**< The list of logs viewed in this viewer */ |
| 42 |
42 |
| 43 GtkWidget *window; /**< The viewer's window */ |
43 GtkWidget *window; /**< The viewer's window */ |
| 44 GtkTreeStore *treestore; /**< The treestore containing said logs */ |
44 GtkTreeStore *treestore; /**< The treestore containing said logs */ |
| 45 GtkWidget *treeview; /**< The treeview representing said treestore */ |
45 GtkWidget *treeview; /**< The treeview representing said treestore */ |
| 46 GtkWidget *imhtml; /**< The imhtml to display said logs */ |
46 GtkWidget *web_view; /**< The webkit web view to display said logs */ |
| 47 GtkWidget *entry; /**< The search entry, in which search terms |
47 GtkWidget *entry; /**< The search entry, in which search terms |
| 48 * are entered */ |
48 * are entered */ |
| 49 PurpleLogReadFlags flags; /**< The most recently used log flags */ |
49 PurpleLogReadFlags flags; /**< The most recently used log flags */ |
| 50 char *search; /**< The string currently being searched for */ |
50 char *search; /**< The string currently being searched for */ |
| 51 GtkWidget *label; /**< The label at the top of the log viewer */ |
51 GtkWidget *label; /**< The label at the top of the log viewer */ |