class documentation

class wxRunner: (source)

Constructor: wxRunner(app)

View In Hierarchy

Make sure GUI events are handled.

Method __init__ Undocumented
Method run Execute pending WX events followed by WX idle events and reschedule.
Instance Variable app Undocumented
def __init__(self, app): (source)

Undocumented

def run(self): (source)

Execute pending WX events followed by WX idle events and reschedule.

Undocumented