Andrea Zagli wrote:
> Il giorno dom, 12/11/2006 alle 11.20 -0500, Tristan Van Berkom ha
> scritto:
>
>>That is normal, I wouldnt expect calling gtk_widget_destroy() to
>>destroy your window, its the combination of calling gtk_widget_destroy()
>>*and returning to the mainloop* that will actually re
Il giorno dom, 12/11/2006 alle 11.20 -0500, Tristan Van Berkom ha
scritto:
> That is normal, I wouldnt expect calling gtk_widget_destroy() to
> destroy your window, its the combination of calling gtk_widget_destroy()
> *and returning to the mainloop* that will actually remove the visible
> window,
Andrea Zagli wrote:
>is there some known problem about using normal gtk code mixed with
>libglade???
>
>i explain myself better
>
>when i use libglade to show a window and then i use normal gtk code
>(without liglade) to show another window i receive a strange segfault
>
&
is there some known problem about using normal gtk code mixed with
libglade???
i explain myself better
when i use libglade to show a window and then i use normal gtk code
(without liglade) to show another window i receive a strange segfault
the first window, showed with libglade, is showed with