kivy/examples/widgets/lists
Jeff Pittman 046949a240 Deleted AccumulatingListAdapter as it can be done with straight ListAdapter. Plus, it was not restricted to accumulating only, anyway. In the revised example, now called list_cascade_setter.py, is first use of the setter() method for the to-side of a binding, which had been overlooked. 2012-08-06 10:36:57 -05:00
..
fruit_images Added thumbnail images for fruits, all from wikipedia.org. 2012-08-02 04:29:41 -05:00
datastore.py Selection had no memory of previously selected items, because the data used in 2012-08-05 12:41:06 -05:00
datastore_fruit_data.py Selection had no memory of previously selected items, because the data used in 2012-08-05 12:41:06 -05:00
datastore_integers.py Selection had no memory of previously selected items, because the data used in 2012-08-05 12:41:06 -05:00
fruit_detail_view.py Added allownone=True for obj in ObjectAdapter, and for fruit_name in the list cascade examples, and modified the detail view variants in the list examples to clear widgets and redraw if the the selected fruit is None. 2012-08-04 05:28:53 -05:00
list_cascade.py Selection had no memory of previously selected items, because the data used in 2012-08-05 12:41:06 -05:00
list_cascade_images.py Selection had no memory of previously selected items, because the data used in 2012-08-05 12:41:06 -05:00
list_cascade_oo.py Selection had no memory of previously selected items, because the data used in 2012-08-05 12:41:06 -05:00
list_cascade_setter.py Deleted AccumulatingListAdapter as it can be done with straight ListAdapter. Plus, it was not restricted to accumulating only, anyway. In the revised example, now called list_cascade_setter.py, is first use of the setter() method for the to-side of a binding, which had been overlooked. 2012-08-06 10:36:57 -05:00
list_composite.py Selection had no memory of previously selected items, because the data used in 2012-08-05 12:41:06 -05:00
list_kv.py Selection had no memory of previously selected items, because the data used in 2012-08-05 12:41:06 -05:00
list_master_detail.py Selection had no memory of previously selected items, because the data used in 2012-08-05 12:41:06 -05:00
list_simple.py Made a pass through listview docs, adjusting for recent changes. 2012-08-02 22:34:18 -05:00