class documentation

class wxRunner:

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):

Undocumented

def run(self):

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

app =

Undocumented