comparison pidgin/gtkutils.h @ 27921:53e01bb40cff

propagate from branch 'im.pidgin.pidgin' (head 07f8d9c59020c1f69cc21b71f8252f13efd6a6e0) to branch 'im.pidgin.pidgin.yaz' (head 4900c0ff5b3f59584c5ed5d8d9d7a658d81c946a)
author Yoshiki Yazawa <yaz@honeyplanet.jp>
date Wed, 14 Jan 2009 06:23:46 +0000
parents 45ce87f9a07f
children d8e6a2d592a4
comparison
equal deleted inserted replaced
24960:df25f88ff22a 27921:53e01bb40cff
820 * @return A GdkPixbuf created from the stored image. 820 * @return A GdkPixbuf created from the stored image.
821 * @since 2.5.0 821 * @since 2.5.0
822 */ 822 */
823 GdkPixbuf * pidgin_pixbuf_from_imgstore(PurpleStoredImage *image); 823 GdkPixbuf * pidgin_pixbuf_from_imgstore(PurpleStoredImage *image);
824 824
825 gchar *pidgin_gtk_ellipsis_text(GtkWidget *widget, const char *text, gint min_width, gchar *ellipsis);
826
825 #endif /* _PIDGINUTILS_H_ */ 827 #endif /* _PIDGINUTILS_H_ */
826 828