Iterator updates:
commit50b4688c7eaf5db706fc019eb06c841affd37748
authorDimitrie O. Paun <dpaun@rogers.com>
Tue, 15 Oct 2002 21:01:57 +0000 (15 21:01 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Tue, 15 Oct 2002 21:01:57 +0000 (15 21:01 +0000)
tree96bf845f847b557d08c3e9de71d6ac1ac4db8225
parent9444dd25416a120b284f4471aa8804dee653adcc
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.
dlls/comctl32/listview.c