pidgin/gtkutils.h

changeset 17213
25a0ae0d0ff7
parent 16446
3a6ed6c3400e
child 17240
6f3eac605684
equal deleted inserted replaced
17181:cc871788e3f8 17213:25a0ae0d0ff7
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 */

mercurial