dabo Commit
Revision 2197
Date: 2006-06-03 12:18:00 -0700 (Sat, 03 Jun 2006)
Author: ed
Changed:
U trunk/dabo/dEvents.py
Log:
Added the drag events for dTreeView.
Diff:
Modified: trunk/dabo/dEvents.py
===================================================================
--- trunk/dabo/dEvents.py 2006-06-03 18:54:24 UTC (rev 2196)
+++ trunk/dabo/dEvents.py 2006-06-03 19:18:00 UTC (rev 2197)
@@ -555,6 +555,16 @@
pass
+class TreeBeginDrag(MouseEvent):
+ """ Occurs when a drag operation begins in a tree."""
+ pass
+
+
+class TreeEndDrag(MouseEvent):
+ """ Occurs when a drag operation ends in a tree."""
+ pass
+
+
class GridContextMenu(GridEvent, MenuEvent):
"""Occurs when the context menu is requested in the grid region."""
pass
_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev