class documentation

class ProcessEventsTimer(wxTimer):

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

Undocumented

def Notify(self):

Called repeatedly by wx event loop.

wxapp =

Undocumented