Changeset 3221
- Timestamp:
- 06/30/07 06:29:38 (2 years ago)
- Files:
-
- trunk/dabo/dEvents.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/dabo/dEvents.py
r3219 r3221 744 744 745 745 746 class ListColumnResize(GridEvent, MouseEvent): 747 """Occurs when the user manually resizes a column of dListControl.""" 748 pass 749 750 746 751 class DocumentationHint(EditorEvent): 747 752 """Occurs when the editor wants documentation information to change.
