diff options
author | Kai Huuhko <kai.huuhko@gmail.com> | 2013-11-14 12:31:41 +0200 |
---|---|---|
committer | Kai Huuhko <kai.huuhko@gmail.com> | 2013-11-19 21:21:03 +0200 |
commit | 2231ce4f13c2e531b3fbd2765c04e0d79caa7aa7 (patch) | |
tree | e24de9927b4e495c4af46d6472650ee3dfa58da7 /TODO | |
parent | ad630770b57345a517c43f661696ccb3146d57e5 (diff) |
Elementary: New dispatcher for object item selection callbacks.
This is cleaner and allows us to use properties_from_kwargs,
and should have better forward compatibility by allowing more
positional arguments to be added as *args is now unused.
Diffstat (limited to '')
-rw-r--r-- | TODO | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -41,9 +41,6 @@ Elementary | |||
41 | * Fix Theme API, add a test | 41 | * Fix Theme API, add a test |
42 | * ObjectItem.data changed to dict (like in Eo). Find out what this affects | 42 | * ObjectItem.data changed to dict (like in Eo). Find out what this affects |
43 | and document it. | 43 | and document it. |
44 | * Item add methods (constructors) should be changed to have cb_data in a | ||
45 | single argument, not args, kwargs. The callback signatures need to be | ||
46 | changed as well. | ||
47 | * Get rid of enums in __init__.py | 44 | * Get rid of enums in __init__.py |
48 | * Automate compilation of the example edje files. | 45 | * Automate compilation of the example edje files. |
49 | 46 | ||