Re: gtk_table_attach()



On 10 Aug 2011, at 15:49, Jannis Pohlmann wrote:


GtkTable inherits from GtkContainer so you can just call

 gtk_container_remove(table, widget).

Be sure to grab a reference on the widget if you don't want it to be
destroyed after the removal from the table.

[...]

Whether this makes sense or not depends on your application.
Technically speaking it's no problem at all to replace widgets.


Thanks Jannis.  I'll give those suggestions a try tomorrow.

John




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