Changes between Version 8 and Version 9 of ListBoxContents
- Timestamp:
- 08/22/11 15:28:04 (21 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ListBoxContents
v8 v9 9 9 The `ListBox` does not manage the widgets it displays directly, instead it passes that task to a class called a "list walker". List walkers keep track of the widget in focus and provide an opaque position object that the `ListBox` may use to iterate through widgets above and below the focus widget. 10 10 11 A [ /urwid/reference.html#SimpleListWalker SimpleListWalker] is a list walker that behaves like a normal11 A [http://excess.org/urwid/reference.html#SimpleListWalker SimpleListWalker] is a list walker that behaves like a normal 12 12 Python list. It may be used any time you will be displaying a moderate number of widgets. 13 13
