Reorder GtkVBox children with dnd

2009-03-20 Thread Vladimir Nadvornik
Hi, Does anybody have some example code for reordering GtkVBox children with drag and drop? I don't want to reinvent the wheel... Thanks, Vladimir ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gt

ellipsize expander label

2009-03-01 Thread Vladimir Nadvornik
Hi, Is it possible to ellipsize expander label? The simple approach does not work for me. expander = gtk_expander_new(NULL); label = gtk_label_new("some longer text"); gtk_label_set_ellipsize(GTK_LABEL(label), PANGO_ELLIPSIZE_END); gtk_expander_set_label_widget(GTK_EXPANDER(expander), label); I