Learn how to program cross platform graphical user interfaces in C++ using wxWidgets.
How to detect when a button is clicked? This episode will teach you how to handle events in wxWidgets. We cover static event handling using event tables.
wxWidgets website:
https://www.wxwidgets.org/
Chapters:
0:00 - Welcome!
0:28 - Getting Project Ready
0:47 - Custom IDs
1:22 - Button Click Event
2:16 - Create Event Handler
3:44 - Event Table Setup
5:28 - Slider & TextCtrl Events
9:25 - Success!
Download
0 formats
No download links available.
C++ GUI Programming For Beginners | Episode 5 - Events (Static Handling) | NatokHD