On Tue, 2011-04-26 at 11:08 -0600, Adam Balan wrote:
> My issue is that when I close one window I don’t want all my windows
> to close. Current I am using Gtk.mainQuit(); to close windows.
To force a Window to "close", call Widget's hide() on the Window
you're finished with.
// I'm done
On Tue, 2011-04-26 at 11:08 -0600, Adam Balan wrote:
> My issue is that when I close one window I don’t want all my windows
> to close. Current I am using Gtk.mainQuit(); to close windows.
To force a Window to "close", call Widget's hide() on the Window
you're finished with.
// I'm done