Changeset 1406
- Timestamp:
- 10/05/2005 05:35:39 PM (3 years ago)
- Files:
-
- trunk/dabo/dBug.py (modified) (1 diff)
- trunk/dabo/dEvents.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/dabo/dBug.py
r1352 r1406 27 27 s = output.getvalue() 28 28 # I actually logged the result, but you could also print it: 29 prints29 return s trunk/dabo/dEvents.py
r1400 r1406 355 355 pass 356 356 357 class ListDeselection(ListEvent): 358 """ Occurs when a selected item is deselected in a list.""" 359 pass 360 357 361 class TreeSelection(TreeEvent): 358 362 """ Occurs when the selected item in a tree control changes."""
