pidgin/gtkconv.h

changeset 32575
eb4fc932fae9
parent 32507
5d345f996c80
child 32604
8d0a34f26244
equal deleted inserted replaced
32574:56dc04a81f4b 32575:eb4fc932fae9
63 pidgin_conversations_get_conv_ui_ops()) 63 pidgin_conversations_get_conv_ui_ops())
64 64
65 #include "pidgin.h" 65 #include "pidgin.h"
66 #include "conversation.h" 66 #include "conversation.h"
67 #include "gtkconvwin.h" 67 #include "gtkconvwin.h"
68 #include "gtkconv-theme.h"
68 69
69 /************************************************************************** 70 /**************************************************************************
70 * @name Structures 71 * @name Structures
71 **************************************************************************/ 72 **************************************************************************/
72 /*@{*/ 73 /*@{*/
93 94
94 GtkWidget *tab_cont; 95 GtkWidget *tab_cont;
95 GtkWidget *tabby; 96 GtkWidget *tabby;
96 GtkWidget *menu_tabby; 97 GtkWidget *menu_tabby;
97 98
99 PidginConvTheme *theme;
100 PurpleMessageFlags last_flags;
98 GtkWidget *webview; 101 GtkWidget *webview;
99 GtkTextBuffer *entry_buffer; 102 GtkTextBuffer *entry_buffer;
100 GtkWidget *entry; 103 GtkWidget *entry;
101 gboolean auto_resize; /* this is set to TRUE if the conversation 104 gboolean auto_resize; /* this is set to TRUE if the conversation
102 * is being resized by a non-user-initiated 105 * is being resized by a non-user-initiated

mercurial