kivy/examples/widgets/lists
Jeff Pittman 8e8b732667 Made a pass through listview docs, adjusting for recent changes. 2012-08-02 22:34:18 -05:00
..
fruit_images Added thumbnail images for fruits, all from wikipedia.org. 2012-08-02 04:29:41 -05:00
fruit_data.py Simplified fruit names in sample data. 2012-08-02 04:28:44 -05:00
fruit_detail_view.py Removed the experiment with ButtonBehavior. Worked over bindings and events widely. Realized the place to put the call to check_for_empty_selection(), as things are now, is at the bottom of listview.hard_populate(). Cleaned up all of the examples for the changes. 2012-08-02 20:53:41 -05:00
list_accumulating.py Renamed multiple_cascade example to accumulating, for the adapter used. 2012-08-02 13:33:42 -05:00
list_cascade.py Removed the experiment with ButtonBehavior. Worked over bindings and events widely. Realized the place to put the call to check_for_empty_selection(), as things are now, is at the bottom of listview.hard_populate(). Cleaned up all of the examples for the changes. 2012-08-02 20:53:41 -05:00
list_cascade_images.py Removed the experiment with ButtonBehavior. Worked over bindings and events widely. Realized the place to put the call to check_for_empty_selection(), as things are now, is at the bottom of listview.hard_populate(). Cleaned up all of the examples for the changes. 2012-08-02 20:53:41 -05:00
list_composite.py Improvement of the composite list view example. 2012-08-01 12:53:43 -05:00
list_disclosure.py Removed the experiment with ButtonBehavior. Worked over bindings and events widely. Realized the place to put the call to check_for_empty_selection(), as things are now, is at the bottom of listview.hard_populate(). Cleaned up all of the examples for the changes. 2012-08-02 20:53:41 -05:00
list_kv.py Removed the experiment with ButtonBehavior. Worked over bindings and events widely. Realized the place to put the call to check_for_empty_selection(), as things are now, is at the bottom of listview.hard_populate(). Cleaned up all of the examples for the changes. 2012-08-02 20:53:41 -05:00
list_master_detail.py Split DetailView and the fruit data out into their own .py files and added/cleaned up imports. 2012-08-01 07:29:11 -05:00
list_simple.py Made a pass through listview docs, adjusting for recent changes. 2012-08-02 22:34:18 -05:00