<[EMAIL PROTECTED]> writes: > you could use the following code after you created your GtkPaned widget, > then the handle will occupy the whole splitter area,i don't know if this is what you >want. > Hope it works! > vpaned1= gtk_vpaned_new(); > gtk_style_set_prop_experimental(GTK_WIDGET (vpaned1)->style, > "GtkPaned::handle_full_size", > TRUE);
That's an internal/unsupported/experimental function, though. It's not present in much of the 1.2.x series, and Eiffel bindings should not be wrapping it. Ergo "fragile hack" Havoc _______________________________________________ gtk-list mailing list [EMAIL PROTECTED] http://mail.gnome.org/mailman/listinfo/gtk-list
