pidgin/gtkstatusbox.h

changeset 33257
eb15b7f78e32
parent 33026
3c249b1132db
child 35024
eb3afb7643ce
equal deleted inserted replaced
33256:2bf06f291ff7 33257:eb15b7f78e32
27 27
28 #ifndef __PIDGIN_STATUS_BOX_H__ 28 #ifndef __PIDGIN_STATUS_BOX_H__
29 #define __PIDGIN_STATUS_BOX_H__ 29 #define __PIDGIN_STATUS_BOX_H__
30 30
31 #include <gtk/gtk.h> 31 #include <gtk/gtk.h>
32 #include "gtkimhtml.h" 32 #include "gtkwebview.h"
33 #include "account.h" 33 #include "account.h"
34 #include "imgstore.h" 34 #include "imgstore.h"
35 #include "savedstatuses.h" 35 #include "savedstatuses.h"
36 #include "status.h" 36 #include "status.h"
37 37
85 /* This will be non-NULL and contain a sample account 85 /* This will be non-NULL and contain a sample account
86 * when all enabled accounts use the same statuses */ 86 * when all enabled accounts use the same statuses */
87 PurpleAccount *token_status_account; 87 PurpleAccount *token_status_account;
88 88
89 GtkWidget *vbox, *sw; 89 GtkWidget *vbox, *sw;
90 GtkWidget *imhtml; 90 GtkWidget *webview;
91 91
92 PurpleStoredImage *buddy_icon_img; 92 PurpleStoredImage *buddy_icon_img;
93 GdkPixbuf *buddy_icon; 93 GdkPixbuf *buddy_icon;
94 GdkPixbuf *buddy_icon_hover; 94 GdkPixbuf *buddy_icon_hover;
95 GtkWidget *buddy_icon_sel; 95 GtkWidget *buddy_icon_sel;
99 GdkCursor *hand_cursor; 99 GdkCursor *hand_cursor;
100 GdkCursor *arrow_cursor; 100 GdkCursor *arrow_cursor;
101 int icon_size; 101 int icon_size;
102 gboolean icon_opaque; 102 gboolean icon_opaque;
103 103
104 gboolean imhtml_visible; 104 gboolean webview_visible;
105 105
106 GtkWidget *cell_view; 106 GtkWidget *cell_view;
107 GtkCellRenderer *icon_rend; 107 GtkCellRenderer *icon_rend;
108 GtkCellRenderer *text_rend; 108 GtkCellRenderer *text_rend;
109 109

mercurial