Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python.announce > #192 > unrolled thread

ANN: PyGUI 2.5

Started byGreg Ewing <greg.ewing@canterbury.ac.nz>
First post2011-06-17 15:18 +1200
Last post2011-06-17 15:18 +1200
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python.announce


Contents

  ANN: PyGUI 2.5 Greg Ewing <greg.ewing@canterbury.ac.nz> - 2011-06-17 15:18 +1200

#192 — ANN: PyGUI 2.5

FromGreg Ewing <greg.ewing@canterbury.ac.nz>
Date2011-06-17 15:18 +1200
SubjectANN: PyGUI 2.5
Message-ID<mailman.80.1308330149.1164.python-announce-list@python.org>
PyGUI 2.5 is available:

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

Lots of new stuff in this version. Highlights include:

   - Improved facilities for customising the standard menus.

   - Functions for creating PyGUI Images from PIL images and numpy arrays.

   - ListButton - a pop-up or pull-down menu of choices.

   - GridView - a user-defined view consisting of a regular grid of cells.

   - PaletteView - a GridView specialised for implementing tool palettes.

There is also a big pile of other improvements and bug fixes. See the
CHANGES file for full details.


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

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

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

[toc] | [standalone]


Back to top | Article view | comp.lang.python.announce


csiph-web