comparison pidgin/gtkconv.h @ 32321:67f8717477ea

Remove some deprecated stuff
author Mark Doliner <mark@kingant.net>
date Sun, 21 Aug 2011 02:11:02 +0000
parents d1354c10232f
children cdf49237cd35
comparison
equal deleted inserted replaced
32320:7df08e88d9bb 32321:67f8717477ea
130 130
131 GtkWidget *imhtml; 131 GtkWidget *imhtml;
132 GtkTextBuffer *entry_buffer; 132 GtkTextBuffer *entry_buffer;
133 GtkWidget *entry; 133 GtkWidget *entry;
134 gboolean auto_resize; /* this is set to TRUE if the conversation 134 gboolean auto_resize; /* this is set to TRUE if the conversation
135 * is being resized by a non-user-initiated 135 * is being resized by a non-user-initiated
136 * event, such as the buddy icon appearing 136 * event, such as the buddy icon appearing
137 */ 137 */
138 gboolean entry_growing; /* True if the size of the entry was set 138 gboolean entry_growing; /* True if the size of the entry was set
139 * automatically by typing too much to fit 139 * automatically by typing too much to fit
140 * in one line */ 140 * in one line */
141 141
142 GtkWidget *close; /* "x" on the tab */ 142 GtkWidget *close; /* "x" on the tab */
143 GtkWidget *icon; 143 GtkWidget *icon;
144 GtkWidget *tab_label; 144 GtkWidget *tab_label;
145 GtkWidget *menu_icon; 145 GtkWidget *menu_icon;
146 GtkWidget *menu_label; 146 GtkWidget *menu_label;
147 #if !(defined PIDGIN_DISABLE_DEPRECATED) || (defined _PIDGIN_GTKCONV_C_)
148 /** @deprecated */
149 GtkSizeGroup *sg;
150 #else
151 gpointer depr1;
152 #endif
153 147
154 GtkWidget *lower_hbox; 148 GtkWidget *lower_hbox;
155 149
156 GtkWidget *toolbar; 150 GtkWidget *toolbar;
157 151