comparison pidgin/gtkutils.h @ 25517:d28015a513a9

propagate from branch 'im.pidgin.pidgin' (head d2f50519c5ed668dd980277afdc25d71ccb8a852) to branch 'im.pidgin.pidgin.yaz' (head f4fc3560d48d281deb0356c4e850871efd9c3c24)
author Yoshiki Yazawa <yaz@honeyplanet.jp>
date Fri, 22 Jun 2007 11:22:20 +0000
parents 571e0ca28d6c 708198aadad8
children 1e92ac5586d9
comparison
equal deleted inserted replaced
18221:a573a67c80a4 25517:d28015a513a9
603 * 603 *
604 */ 604 */
605 GtkTreePath *gtk_tree_path_new_from_indices (gint first_index, ...); 605 GtkTreePath *gtk_tree_path_new_from_indices (gint first_index, ...);
606 #endif 606 #endif
607 607
608 gchar *pidgin_gtk_ellipsis_text(GtkWidget *widget, const char *text, gint min_width, gchar *ellipsis);
609
608 #endif /* _PIDGINUTILS_H_ */ 610 #endif /* _PIDGINUTILS_H_ */
609 611