Changes between Version 8 and Version 9 of ListBoxContents

Show
Ignore:
Timestamp:
08/22/11 15:28:04 (21 months ago)
Author:
ian
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ListBoxContents

    v8 v9  
    99The `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. 
    1010 
    11 A [/urwid/reference.html#SimpleListWalker SimpleListWalker] is a list walker that behaves like a normal  
     11A [http://excess.org/urwid/reference.html#SimpleListWalker SimpleListWalker] is a list walker that behaves like a normal  
    1212Python list.  It may be used any time you will be displaying a moderate number of widgets.   
    1313