Good day,
I'm new to code::blocks plugin development and wxWidgets. I've been reading up on wxWidgets events and event handler tutorials and read some source code for code::blocks plugins but they haven't helped as much as I would have liked.
I've created a gui interface with no problems, but I'm not sure how to have functions in my Plugin.cpp listen for events that happen in my frameGUI.cpp.
Specifically, I need a function in my plugin to grab data from the GUI when a button in the GUI is clicked and I'm not sure how to do that. Any direction on how to accomplish this would be greatly appreciated. Thanks!