Re: normal gtk code mixed with libglade

2006-11-13 Thread Tristan Van Berkom
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

Re: normal gtk code mixed with libglade

2006-11-13 Thread Andrea Zagli
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,

Re: normal gtk code mixed with libglade

2006-11-12 Thread Tristan Van Berkom
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 > &

normal gtk code mixed with libglade

2006-11-12 Thread Andrea Zagli
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