ANN: Urwid 0.9.4 - Console UI Library

I

Ian Ward

Announcing Urwid 0.9.4
----------------------

Urwid home page:
http://excess.org/urwid/

Tarball:
http://excess.org/urwid/urwid-0.9.4.tar.gz


About this release:
===================

This release adds mouse event handling to the standard widgets and
example programs. Also, the files used to generate the reference and
tutorial documentation are now included in the tarball.


New in this release:
====================

- Enabled mouse handling across the Urwid library.

Added a new mouse_event(..) method to the Widget interface
definition and to the following widgets: Edit, CheckBox,
RadioButton, Button, GridFlow, Padding, Filler, Overlay, Frame,
Pile, Columns, BoxAdapter and ListBox.

Updated example programs browse.py, calc.py, dialog.py, edit.py and
tour.py to support mouse input.

- Released the files used to generate the reference and tutorial
documentation: docgen_reference.py, docgen_tutorial.py and
tmpl_tutorial.html. The "docgen" scripts write the documentation
to stdout. docgen_tutorial.py requires the Templayer HTML
templating library to run.

- Improved Widget and List Walker interface documentation.

- Fixed a bug in the handling of invalid UTF-8 data. All invalid
characters are now replaced with '?' characters when displayed.


About Urwid
===========

Urwid is a console UI library for Python. It features fluid interface
resizing, UTF-8 support, multiple text layouts, simple attribute markup,
powerful scrolling list boxes and flexible interface design.

Urwid is released under the GNU LGPL.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,020
Latest member
GenesisGai

Latest Threads

Top