pidgin/gtklog.h

branch
soc.2009.webkitmessageview
changeset 32439
2c681e5daeeb
parent 25889
26d9ca30335c
child 32790
b95c7c504118
equal deleted inserted replaced
27944:e71e3e3134b3 32439:2c681e5daeeb
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