pidgin/gtkconv.h

changeset 39679
d92c0c3cd283
parent 38744
48a376346964
child 39681
f4ebcc715447
equal deleted inserted replaced
39667:87a02616f3c5 39679:d92c0c3cd283
107 PidginConvTheme *theme; 107 PidginConvTheme *theme;
108 GArray *nick_colors; 108 GArray *nick_colors;
109 PurpleMessageFlags last_flags; 109 PurpleMessageFlags last_flags;
110 GtkWidget *webview; 110 GtkWidget *webview;
111 GtkWidget *entry; 111 GtkWidget *entry;
112 gboolean auto_resize; /* this is set to TRUE if the conversation
113 * is being resized by a non-user-initiated
114 * event, such as the buddy icon appearing
115 */
116 gboolean entry_growing; /* True if the size of the entry was set
117 * automatically by typing too much to fit
118 * in one line */
119 112
120 GtkWidget *close; /* "x" on the tab */ 113 GtkWidget *close; /* "x" on the tab */
121 GtkWidget *icon; 114 GtkWidget *icon;
122 GtkWidget *tab_label; 115 GtkWidget *tab_label;
123 GtkWidget *menu_icon; 116 GtkWidget *menu_icon;

mercurial