[Urwid] Looking for more urwid examples

Rebecca Breu rebecca at rbreu.de
Wed May 10 16:21:30 EDT 2006


Zitat von Ian Ward <ian at excess.org>:
>
> That's a great example Rebecca.  Do you mind if I post it on the website?

No, I don't mind. I'm glad I could help.

The example is sort of a sketch of the project I'm currently working on.
(Now you know where I use the Alt key for.)

Even without mouse support, menubars, popup menus and so on are useful,
because peopple are used to those things. And scrollbars, even if you can't
drag them with the mouse, can help you keep track when scrolling large
lists. Yes, scrollbars would be really cool!

> (Though Rebecca's example shows that you can build a menu pretty easily)

What I like about urwid is the fact that you can easiliy create new widgets
by combining or altering existing ones. Just here a little change to
keypress() and there a little change to render()...


Greetings,
Rebecca






More information about the Urwid mailing list