On Tue, 2005-03-15 at 09:36 +0100, Olivier Guilyardi wrote:
Yeah, I'd have to reparent widgets, destroy a gtk
table, and show the whole
thing up again. I guess it wouldn't be such an optimization. Needs testing though.
Nah, no need to destroy ... a gtk_table_resize () is more like it.
To move things around then? Perhaps gtk_table_attach () will do, or
perhaps you'd have to move one step up to the parent class:
gtk_container_remove (table,widget)
http://www.gtk.org/api/2.6/gtk/GtkContainer.html#gtk-container-remove
BTW: I think jack has left the building by now ...
--
(
)
c[] // Jens M Andreasen