How do I remove a widget from a table?

2002-08-12 Thread Egon Andersen, Talura
Hi, I would like to remove one or more widgets from a table. The widget has been attached earlier by gtk_table_attach(). When I try to destroy the widget I get a segmentation fault (which I to some degree can understand), but how do I remove the widget the 'right way' ? Best regards Egon Anderse

Re: How do I remove a widget from a table?

2002-08-12 Thread John . Cupitt
Egon Andersen, Talura wrote: > I would like to remove one or more widgets from a table. > The widget has been attached earlier by gtk_table_attach(). > When I try to destroy the widget I get a segmentation fault (which I to > some degree can understand), but how do I remove the widget the 'right >

Re: How do I remove a widget from a table?

2002-08-12 Thread James Durie
On Tue, 2002-08-13 at 01:22, [EMAIL PROTECTED] wrote: > Egon Andersen, Talura wrote: > > I would like to remove one or more widgets from a table. > > The widget has been attached earlier by gtk_table_attach(). > > When I try to destroy the widget I get a segmentation fault (which I to > > some deg