Introduction

wxWidgets programming is based on the event-driven programming paradigm. User actions (amongst other things) trigger events that cause event handlers to be executed.

Dynamic Event Handling

Event Tables