class documentation

class ProcessEventsTimer(wxTimer): (source)

Constructor: ProcessEventsTimer(wxapp)

View In Hierarchy

Timer that tells wx to process pending events.

This is necessary on macOS, probably due to a bug in wx, if we want wxCallAfters to be handled when modal dialogs, menus, etc. are open.

Method __init__ Undocumented
Method Notify Called repeatedly by wx event loop.
Instance Variable wxapp Undocumented
def __init__(self, wxapp): (source)

Undocumented

def Notify(self): (source)

Called repeatedly by wx event loop.

Undocumented