Re: Problem destroying selection-list window

2012-02-27 Thread Evonia Perrez
Yes Jacky, that was exactly it! The solution was to use "gtk_widget_hide( window )". Thanks! On Mon, 27 Feb 2012 11:36:14, jjacky wrote: > Hi, > > I'm guessing this is because you try to destroy the window while it's > still being used by GTK (to process signals, etc). > One solution could be

Re: Problem destroying selection-list window

2012-02-27 Thread jjacky
Hi, I'm guessing this is because you try to destroy the window while it's still being used by GTK (to process signals, etc). One solution could be to only hide it instead, and destroy it later on. (For instance you could destroy it on a handler attached to unmap-event.) -j On 02/27/2012 10:45 AM