ANN: PyGUI 2.3.1

Greg Ewing greg.ewing at canterbury.ac.nz
Fri Nov 19 03:48:58 EST 2010


PyGUI 2.3.1 is available:

   http://www.cosc.canterbury.ac.nz/greg.ewing/python_gui/

This version incorporates a modification that I hope will
improve the behaviour of ScrollableViews on Windows with
pywin32 builds later than 212.

(There are still problems with it, though. If the Scrollable
View doesn't fill all of its containing window, the scroll
bars get repositioned incorrectly when the window is resized.
This appears to be entirely MFC's doing. I really will have to
get away from using CView altogether.)

This version also fixes a problem on Windows whereby dismissing
a modal dialog with the Return key could spuriously activate a
button in another window.


What is PyGUI?
--------------

PyGUI is a cross-platform GUI toolkit designed to be lightweight
and have a highly Pythonic API.

-- 
Gregory Ewing
greg.ewing at canterbury.ac.nz
http://www.cosc.canterbury.ac.nz/greg.ewing/



More information about the Python-list mailing list