wxoo.prop.refresh
index
p:\wxproperties\wxoo\prop\refresh.py

 
Modules
       
wxoo.dispatcher

 
Functions
       
refresh(sender=None, **keywords)
Refresh all registered objects (send refresh message to all registered objects)
register(object, sender=<wxoo.dispatcher._Any instance at 0x015E53A0>)
Register a callable object to be called during a refresh
 
Callable object should have signature:
        object( event=None )