dabo Commit
Revision 2238
Date: 2006-06-25 11:05:47 -0700 (Sun, 25 Jun 2006)
Author: ed

Changed:
U   trunk/dabo/ui/uiwx/__init__.py

Log:
Added 'itemNode' entry to the eventData dictionary for Tree events.


Diff:
Modified: trunk/dabo/ui/uiwx/__init__.py
===================================================================
--- trunk/dabo/ui/uiwx/__init__.py      2006-06-23 20:30:29 UTC (rev 2237)
+++ trunk/dabo/ui/uiwx/__init__.py      2006-06-25 18:05:47 UTC (rev 2238)
@@ -378,6 +378,7 @@
                        ed["selectedCaption"] = tree.Selection.Caption
                try:
                        ed["itemID"] = wxEvt.GetItem()
+                       ed["itemNode"] = tree.find(ed["itemID"])[0]
                except:
                        pass
        




_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev

Reply via email to