comparison pidgin/gtkutils.h @ 25539:536ee8e459ef

propagate from branch 'im.pidgin.pidgin' (head 5cd317ad290e840fa8a8624d17dd5f23f99330ac) to branch 'im.pidgin.pidgin.yaz' (head f2b7e4585d6791f1ca9ff437972fd7feacf98172)
author Yoshiki Yazawa <yaz@honeyplanet.jp>
date Tue, 07 Aug 2007 04:11:02 +0000
parents b256b4808a6b 1e92ac5586d9
children 92d8c9b08dab
comparison
equal deleted inserted replaced
18819:8007c107054b 25539:536ee8e459ef
653 * 653 *
654 */ 654 */
655 GtkTreePath *gtk_tree_path_new_from_indices (gint first_index, ...); 655 GtkTreePath *gtk_tree_path_new_from_indices (gint first_index, ...);
656 #endif 656 #endif
657 657
658 gchar *pidgin_gtk_ellipsis_text(GtkWidget *widget, const char *text, gint min_width, gchar *ellipsis);
659
658 #endif /* _PIDGINUTILS_H_ */ 660 #endif /* _PIDGINUTILS_H_ */
659 661