comparison pidgin/gtkutils.h @ 27826:5f9ca519ea9f

propagate from branch 'im.pidgin.pidgin' (head 90011f8844f95be26206d5698b603f1692f319a0) to branch 'im.pidgin.pidgin.yaz' (head e4862d866bc0b147e783d27c1faa51f1d3e0b58a)
author Yoshiki Yazawa <yaz@honeyplanet.jp>
date Thu, 24 Apr 2008 02:28:24 +0000
parents e9cf897bd873
children acef4202e147
comparison
equal deleted inserted replaced
22698:80c87908ff1d 27826:5f9ca519ea9f
807 * @return A GtkHBox already added to the GtkVBox containing the GtkLabel and the GtkWidget. 807 * @return A GtkHBox already added to the GtkVBox containing the GtkLabel and the GtkWidget.
808 * @since 2.4.0 808 * @since 2.4.0
809 */ 809 */
810 GtkWidget *pidgin_add_widget_to_vbox(GtkBox *vbox, const char *widget_label, GtkSizeGroup *sg, GtkWidget *widget, gboolean expand, GtkWidget **p_label); 810 GtkWidget *pidgin_add_widget_to_vbox(GtkBox *vbox, const char *widget_label, GtkSizeGroup *sg, GtkWidget *widget, gboolean expand, GtkWidget **p_label);
811 811
812 gchar *pidgin_gtk_ellipsis_text(GtkWidget *widget, const char *text, gint min_width, gchar *ellipsis);
813
812 #endif /* _PIDGINUTILS_H_ */ 814 #endif /* _PIDGINUTILS_H_ */
813 815