Changeset 3221

Show
Ignore:
Timestamp:
06/30/07 06:29:38 (2 years ago)
Author:
ed
Message:

Added the ListColumnResize? event.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/dabo/dEvents.py

    r3219 r3221  
    744744 
    745745 
     746class ListColumnResize(GridEvent, MouseEvent): 
     747    """Occurs when the user manually resizes a column of dListControl.""" 
     748    pass 
     749 
     750 
    746751class DocumentationHint(EditorEvent): 
    747752    """Occurs when the editor wants documentation information to change.