First page Back Continue Last page Overview Graphics
Events
GUI applications are event-driven.
Widgets can have one or more events associated.
For example, a button widget has a ‘click’ event named EVT_BUTTON.
In wxGlade, you can specify what subroutine is to handle the event.
If necessary, wxGlade will generate a stub subroutine.