comparison pidgin/gtkutils.h @ 27800:85d5b6c06a6c

propagate from branch 'im.pidgin.pidgin' (head 33bd2430510196431b931ccb1fa0b55777482dd0) to branch 'im.pidgin.pidgin.yaz' (head 5426ea7b0587a996037bc668698aea554c01356e)
author Yoshiki Yazawa <yaz@honeyplanet.jp>
date Mon, 17 Mar 2008 06:32:52 +0000
parents e9cf897bd873
children acef4202e147
comparison
equal deleted inserted replaced
22483:14c476bcdaee 27800:85d5b6c06a6c
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