Re: [Java-gnome-developer] Glade and reusing a window
Brought to you by:
afcowie
From: Gian M. T. <g.t...@gm...> - 2005-08-13 15:30:11
|
2005/8/13, Stefan Prelle <pr...@tz...>: > Hi all, Hi Stefan =20 > [snip] =20 > My problem is: If I close the window with the "x"-Button on the frame > the window closes but cannot be re-used. you should connect the hide method also to the delete-event which is emitted by the windows when you press the "x"-Button on the frame. > What can I do to prevent this from happening? Or is there at least a way > to disable the "x" button for the window? Hiding (or disabling) the X button creates HIG problems, better don't do th= at. cheers --=20 Gian Mario Tagliaretti PyGTK GUI programming http://www.parafernalia.org/pygtk/ |