| 91 * @return The GtkFrame containing the toolbar and imhtml. |
91 * @return The GtkFrame containing the toolbar and imhtml. |
| 92 */ |
92 */ |
| 93 GtkWidget *pidgin_create_imhtml(gboolean editable, GtkWidget **imhtml_ret, GtkWidget **toolbar_ret, GtkWidget **sw_ret); |
93 GtkWidget *pidgin_create_imhtml(gboolean editable, GtkWidget **imhtml_ret, GtkWidget **toolbar_ret, GtkWidget **sw_ret); |
| 94 |
94 |
| 95 /** |
95 /** |
| |
96 * Creates a new window |
| |
97 * |
| |
98 * @param title The window title, or @c NULL |
| |
99 * @param border_width The window's desired border width |
| |
100 * @param role A string indicating what the window is responsible for doing, or @c NULL |
| |
101 * @param resizable Whether the window should be resizable (@c TRUE) or not (@c FALSE) |
| |
102 */ |
| |
103 GtkWidget *pidgin_create_window(const char *title, guint border_width, const char *role, gboolean resizable); |
| |
104 |
| |
105 /** |
| 96 * Toggles the sensitivity of a widget. |
106 * Toggles the sensitivity of a widget. |
| 97 * |
107 * |
| 98 * @param widget @c NULL. Used for signal handlers. |
108 * @param widget @c NULL. Used for signal handlers. |
| 99 * @param to_toggle The widget to toggle. |
109 * @param to_toggle The widget to toggle. |
| 100 */ |
110 */ |