Events
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.
wxWidgets programming is based on the event-driven programming paradigm. User actions (amongst other things) trigger events that cause event handlers to be executed.