Re: gtk_table_attach()
- From: John Emmas <johne53 tiscali co uk>
- To: gtk-app-devel-list <gtk-app-devel-list gnome org>
- Subject: Re: gtk_table_attach()
- Date: Wed, 10 Aug 2011 18:39:06 +0100
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]