Mathieu Virbel
|
e13d1e0ecf
|
listview: remove all size_hint of 1., 1. (that's the widget default), and fix one typo in an doc example
|
2013-04-11 17:49:04 +02:00 |
geojeff
|
60bc7ddf23
|
Changed args_converter to take row_index as first argument. Fixed the list_two_up.py example, which needed explicit set to sorted_keys.
|
2012-12-09 08:28:09 -06:00 |
Jeff Pittman
|
22bf61f6f2
|
Evened out docs for examples.
|
2012-08-18 04:58:43 -05:00 |
Jeff Pittman
|
e56cf56279
|
Added a base class called CollectionAdapter, with subclasses ListAdapter and DictAdapter. Added the start of trim, cut, and scroll_to methods in these adapters. Tried various combinations of examples and tests for working with sorted_keys and data in DictAdapter, settling down on bindings firing selection updates and refreshes that are stabilizing. Added a list_ops.py example showing use of the new trim, cut, and scroll_to methods, and also ways to use AliasAdapter and binding to a property setter. Removed ObjectAdapter and ObserverView, in part because of working out the approaches shown in list_ops.py, and also because it is better to take a fresh try at these classes if desired in the future.
|
2012-08-17 12:20:08 -05:00 |
Jeff Pittman
|
51e8db0416
|
Renamed and simplified two examples.
|
2012-08-14 02:01:39 -05:00 |