5 Feb 2007 18:14
Enhancements for Urwid
Florian Festi <ffesti <at> redhat.com>
2007-02-05 17:14:39 GMT
2007-02-05 17:14:39 GMT
Hi!
We are currently looking for a text mode widget set and stumbled
across urwid. Urwid looks very promissing but as we want to
resemble out Gtk tools in text mode we miss some features:
Widgets:
* ScrollBar (h/v)
* ScrolledWindow (ListBox + ScrollBar/h/h+v)
* Paned (h/v)
* VerticalSeparator
* Menu
* NoteBook
* TreeView
* Window
* Dialog
* ComboBox
* ComboEntry
* Edit
- have indicators for scrolled out text ('<' '>')
- have a more GUI-like variant with constant width editing field
Other features:
* Stacking: Having a sane way of putting widgets on top of each
other. These needs so be on a global level to avoid limitations
as in Overlay.
* Sensitivity: Disable parts of the UI depended on other selections
* (In)Visibility: Hide parts of the UI depended on other selections
* Theming: a global way to set coloring and text graphics chars
and make all widgets of one type look the same. This may include
(Continue reading)
> Widgets:
> * ScrollBar (h/v)
see
RSS Feed