comparison src/gtkstatusbox.h @ 12074:950acb2bc835

[gaim-migrate @ 14370] Patch from sadrul to allow you to show/hide the status message entry field by clicking on the box. committer: Tailor Script <tailor@pidgin.im>
author Daniel Atallah <daniel.atallah@gmail.com>
date Mon, 14 Nov 2005 00:47:00 +0000
parents 082a2a9aa998
children f30a6ad84aff
comparison
equal deleted inserted replaced
12073:c59115994f67 12074:950acb2bc835
91 91
92 GaimAccount *account; 92 GaimAccount *account;
93 93
94 GtkWidget *vbox, *sw; 94 GtkWidget *vbox, *sw;
95 GtkWidget *imhtml; 95 GtkWidget *imhtml;
96 GtkWidget *event;
96 gboolean imhtml_visible; 97 gboolean imhtml_visible;
97 98
98 GtkWidget *cell_view; 99 GtkWidget *cell_view;
99 GtkCellRenderer *icon_rend; 100 GtkCellRenderer *icon_rend;
100 GtkCellRenderer *text_rend; 101 GtkCellRenderer *text_rend;