3.1 What terminology do I need to understand events? 57
3.2 What is event-driven programming? 58
Coding event handlers 60 ■ Designing for event-driven programs 61 ■ Event triggers 62
3.3 How do I bind an event to a handler? 63
Working with the wx.EvtHandler methods 65
3.4 How are events processed by wxPython? 68
Understanding the event handling process 69 ■ Using the Skip() method 75
3.5 What other event properties are contained in the application object? 77
3.6 How can I create my own events? 77
Defining a custom event for a custom widget 78
3.7 Summary 81
Was this article helpful?
Post a comment