[Glade-users] Hide on delete

Tristan Van Berkom tristan.van.berkom at gmail.com
Sat Oct 17 13:05:57 EDT 2009


On Sat, Oct 17, 2009 at 9:32 AM, Peyman <paskari007 at yahoo.ca> wrote:
> Hello
>
> Has anyone figured out why so many people run into the "hide-on-
> delete" dilemma. It should be trivial
>
> def hide_window(widget,data,wtree):
>        widget.hide()
>        return True
>
>        window.connect('delete-event',hide_window)
>
> but everyone, myself included, runs into this problem. I suspect it's
> glade related

Peyman,
   There are a number of things we can do in Glade to make GTK+
easier to use - the fact is though no matter how well we do - the
users of Glade need to have an understanding of the underlying
toolkit GTK+.

The best we can do as far as I can see is try to provide good links
to GTK+ documentation from inside the tool and write good tutorials
or even a user manual about designing GTK+ interfaces with Glade.

A huge problem is that there just isnt enough documentation,
manuals and tutorials out there about using the Glade/GTK+
combination.

Cheers,
      -Tristan

>
> http://www.mail-archive.com/pygtk@daa.com.au/msg17021.html
> https://answers.launchpad.net/gladex/+question/9890
> http://ubuntuforums.org/archive/index.php/t-135821.html
> _______________________________________________
> Glade-users maillist  -  Glade-users at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/glade-users
>


More information about the Glade-users mailing list