Re: Rebuilding a table that has changed.



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: ross burtonini com
                                          jabber: ross burtonini com
                                     www: http://www.burtonini.com./
 PGP Fingerprint: 1A21 F5B0 D8D0 CFE3 81D4 E25A 2D09 E447 D0B4 33DF

Attachment: signature.asc
Description: This is a digitally signed message part



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]