pidgin/gtkutils.h

changeset 29896
fd9614c33141
parent 29496
8807ee3e55c5
child 30553
569021aad792
child 30635
e9893ecc9057
child 32385
eef033bae51d
equal deleted inserted replaced
29895:bb87d3b5ebf2 29896:fd9614c33141
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

mercurial