Le lundi 01 mai 2006 à 09:59 -0700, Bill Janssen a écrit :
> Interesting.  I never seem to use tree-views, but I do use graph
> views.  I think the standard Python GUI should make it easy to build
> these kinds of things.  Right now a graph view is fairly easy to build
> on top of a raw View.

As far as I've seen by trying the demos and taking a quick glance at the
source, PyGUI also lacks (from the top of my head):
- list and combo boxes
- list controls
- icons in menus
- menu hotkeys (e.g. Alt+F to open File menu)
- toolbars (very important)
- status bars
- i18n support especially for built-in texts (like "New", "Open",
"Save", "Ok", "Cancel"...)
- stock icons in accordance with the desktop (e.g. stock Gnome icons),
including fallback in case the desktop doesn't provide them
- stock buttons (ok / close / cancel / etc.)
- ...

Not to mention other wishes like bounded (smart) resizing.

If making PyGUI into the stdlib is important, a wiki or something could
be opened to list the various issues people have with PyGUI.



_______________________________________________
Python-3000 mailing list
[email protected]
http://mail.python.org/mailman/listinfo/python-3000
Unsubscribe: 
http://mail.python.org/mailman/options/python-3000/archive%40mail-archive.com

Reply via email to