comparison pidgin/gtkutils.h @ 27737:a9cb48039d3b

propagate from branch 'im.pidgin.pidgin' (head 2c3b326b7734ae5211bccc072469632b5b560151) to branch 'im.pidgin.pidgin.yaz' (head 84cfaa9f49f4017d8e890978ae333a7323a51062)
author Yoshiki Yazawa <yaz@honeyplanet.jp>
date Sat, 24 Nov 2007 05:42:55 +0000
parents 98604b4bfa3b
children 9a60b9fab0ea
comparison
equal deleted inserted replaced
21630:1c34b63076df 27737:a9cb48039d3b
723 * 723 *
724 * @since 2.2.0 724 * @since 2.2.0
725 */ 725 */
726 void pidgin_text_combo_box_entry_set_text(GtkWidget *widget, const char *text); 726 void pidgin_text_combo_box_entry_set_text(GtkWidget *widget, const char *text);
727 727
728 gchar *pidgin_gtk_ellipsis_text(GtkWidget *widget, const char *text, gint min_width, gchar *ellipsis);
729
728 #endif /* _PIDGINUTILS_H_ */ 730 #endif /* _PIDGINUTILS_H_ */
729 731