pidgin/gtklog.h

changeset 32710
e07993a28f20
parent 32439
2c681e5daeeb
child 32790
b95c7c504118
equal deleted inserted replaced
32056:5ecbc7cf4ee1 32710:e07993a28f20
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 */

mercurial