Re: Rebuilding a table that has changed.



I forgot to mention that this list is for the *development of* GTK+, not
for people *developing with* GTK+.  Please use gtk-app-devel-list in
future.

On Tue, 2007-07-24 at 07:33 -0700, serratemplar wrote:
> 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.

gtk_container_remove() removes a child from a container.  A table is a
container. So you can remove your widgets (the children) from a table.

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]