commit | 50b4688c7eaf5db706fc019eb06c841affd37748 | [log] [tgz] |
---|---|---|
author | Dimitrie O. Paun <dpaun@rogers.com> | Tue Oct 15 21:01:57 2002 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Tue Oct 15 21:01:57 2002 +0000 |
tree | 96bf845f847b557d08c3e9de71d6ac1ac4db8225 | |
parent | 9444dd25416a120b284f4471aa8804dee653adcc [diff] |
Iterator updates: Add the notion of a special item which sits at the start of the list. Add the ability to iterate in both directions through the list. Document the iterator interface. Remove iterator_visibleitems. Rename iterator_clippeditems to iterator_visibleitems for consistency. Use the new bidirectionality to paint the items in decreasing order.