From: Paul Barton-Davis <[EMAIL PROTECTED]> > >So I think this can't be done. (GTK doesn't support the concept of the same > >widget as child of multiple parents, which is a pity too). Ooops. Maybe I've just missed the point, but what is the interesting thing in having multiple parents for a widget ? By the way : gtk_widegt_ref(widget); gtk_container_remove(GTK_CONTAINER(parent), widget); gtk_container_add(GTK_CONTAINER(newparent), widget); gtk_widget_unref(widget); really help in reparenting :) Emmanuel > > gtk_widget_unparent () is your friend. > > --p -- To unsubscribe: mail -s unsubscribe [EMAIL PROTECTED] < /dev/null
- [gtk-list] change box orientation in runtime? Antonio Campos
- [gtk-list] Re: change box orientation in runtime? Chris Phelps
- [gtk-list] Re: change box orientation in runti... Antonio Campos
- [gtk-list] Re: change box orientation in r... Paul Barton-Davis
- [gtk-list] Re: change box orientation ... Emmanuel DELOGET
- [gtk-list] Re: change box orienta... Antonio Campos
- [gtk-list] Re: change box ori... Emmanuel DELOGET
- [gtk-list] Best Configuration... George Deprez
- [gtk-list] Re: Best Confi... Derek Simkowiak
- [gtk-list] Re: Best Confi... George Deprez
- [gtk-list] Re: Best Confi... RNG
- [gtk-list] Re: Best Confi... George Deprez
- [gtk-list] Re: Best Confi... Anders Melchiorsen
- [gtk-list] Re: change box orientation ... Tim Janik
- [gtk-list] Re: change box orienta... Paul Barton-Davis