| 105 * @param sw_ret This will be filled with a pointer to the scrolled window |
105 * @param sw_ret This will be filled with a pointer to the scrolled window |
| 106 * widget which contains the imhtml. |
106 * widget which contains the imhtml. |
| 107 * @return The GtkFrame containing the toolbar and imhtml. |
107 * @return The GtkFrame containing the toolbar and imhtml. |
| 108 */ |
108 */ |
| 109 GtkWidget *pidgin_create_imhtml(gboolean editable, GtkWidget **imhtml_ret, GtkWidget **toolbar_ret, GtkWidget **sw_ret); |
109 GtkWidget *pidgin_create_imhtml(gboolean editable, GtkWidget **imhtml_ret, GtkWidget **toolbar_ret, GtkWidget **sw_ret); |
| |
110 |
| |
111 /** |
| |
112 * Creates a small button |
| |
113 * |
| |
114 * @param image A button image. |
| |
115 * |
| |
116 * @return A GtkButton created from the image. |
| |
117 * @since 2.7.0 |
| |
118 */ |
| |
119 GtkWidget *pidgin_create_small_button(GtkWidget *image); |
| 110 |
120 |
| 111 /** |
121 /** |
| 112 * Creates a new window |
122 * Creates a new window |
| 113 * |
123 * |
| 114 * @param title The window title, or @c NULL |
124 * @param title The window title, or @c NULL |