=D TY for replying.
So gtk_container_remove I'll use to remove the table itself, then rebuild it? Or can I somehow use that to remove individual elements of the table? I'm leaning towards the former, but I figured I'd ask. Thank you so much. Ross Burton wrote: > > On Mon, 2007-07-23 at 11:10 -0700, serratemplar wrote: >> My application has multiple windows that will be used to sort objects >> (represented by images within event boxes); the intention is that objects >> can be dragged from one window and dropped into another, and that the >> tables >> within each will update to reflect this. As far as I understand it, GTK >> tables are not designed to do this (as there is no "remove" function call >> in >> the table subset). >> >> I dug thru docs and forums and found no way to do this that seemed the >> correct way, and no other container class seems fit for the job. I would >> really appreciate any advice you have to offer me. > > GtkTable is a subclass of GtkContainer, you are looking for > gtk_container_remove(). > > Ross > -- > Ross Burton mail: [EMAIL PROTECTED] > jabber: [EMAIL PROTECTED] > www: http://www.burtonini.com./ > PGP Fingerprint: 1A21 F5B0 D8D0 CFE3 81D4 E25A 2D09 E447 D0B4 33DF > > > > _______________________________________________ > gtk-devel-list mailing list > [email protected] > http://mail.gnome.org/mailman/listinfo/gtk-devel-list > > -- View this message in context: http://www.nabble.com/Rebuilding-a-table-that-has-changed.-tf4130908.html#a11764533 Sent from the Gtk+ - Dev - General mailing list archive at Nabble.com. _______________________________________________ gtk-devel-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gtk-devel-list
