| 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 |