> Is it possible to change the expand/fill parameters of a paned's children > without repacking them? > (Repacking them is a huge performance hit) http://www.gtk.org/api/2.6/gtk/GtkPaned.html See the "Child Properties" section. The child gets the two properties you question about. You can set them using g_object_set(). Atleast that is what the API says. Stian _______________________________________________ gtk-list@xxxxxxxxx http://mail.gnome.org/mailman/listinfo/gtk-list