I have a question for developers who use wxWidgets.
I have just started learning wxWidgets 3.0, without any prior experience with GUI programming . After just a little searching and asking, I have found out that the latest version includes many new very useful features and functions, some of them replacing deprecated ones. The one most often mentioned new function is Bind(), that replaces Connect() and event tables.
I am following this tutorial and this tutorial, as well as a few simple samples from library documentation. Since these tutorials and the samples are mostly from previous versions, they mostly don't include the newest changes / additions in wxWidgets 3.0 .
I would like to know... what are the most prominent new functions and features, that have been introduced with wxWidgets 3.0, that a newcomer to wxWidgets should definitely learn about ? Thank you.