dabo Commit Revision 3221 Date: 2007-06-30 06:29:38 -0700 (Sat, 30 Jun 2007) Author: Ed Trac: http://svn.dabodev.com/trac/dabo/changeset/3221
Changed: U trunk/dabo/dEvents.py
Log: Added the ListColumnResize event.
Diff: Modified: trunk/dabo/dEvents.py =================================================================== --- trunk/dabo/dEvents.py 2007-06-29 17:48:44 UTC (rev 3220) +++ trunk/dabo/dEvents.py 2007-06-30 13:29:38 UTC (rev 3221) @@ -743,6 +743,11 @@ pass +class ListColumnResize(GridEvent, MouseEvent): + """Occurs when the user manually resizes a column of dListControl.""" + pass + + class DocumentationHint(EditorEvent): """Occurs when the editor wants documentation information to change.
©2007 Ed Leafe |