Changeset 1406

Show
Ignore:
Timestamp:
10/05/2005 05:35:39 PM (3 years ago)
Author:
ed
Message:

Added a ListDeselection? event.

Changed logPoint so that it returns the text instead of automatically printing it out.

Files:

Legend:

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

    r1352 r1406  
    2727    s = output.getvalue() 
    2828    # I actually logged the result, but you could also print it: 
    29     print
     29    return
  • trunk/dabo/dEvents.py

    r1400 r1406  
    355355    pass 
    356356 
     357class ListDeselection(ListEvent): 
     358    """ Occurs when a selected item is deselected in a list.""" 
     359    pass 
     360 
    357361class TreeSelection(TreeEvent): 
    358362    """ Occurs when the selected item in a tree control changes."""