ask wxWidgets for its GTK-version and other build-options Topic is solved

If you are using the main C++ distribution of wxWidgets, Feel free to ask any question related to wxWidgets development here. This means questions regarding to C++ and wxWidgets, not compile problems.
Post Reply
MoonKid
Ultimate wxWidgets Guru
Ultimate wxWidgets Guru
Posts: 543
Joined: Wed Apr 05, 2006 9:39 am
Contact:

ask wxWidgets for its GTK-version and other build-options

Post by MoonKid »

Is there a way to ask the wxWidgets (e.g. for the about-dialog of my wxWidgets-using application) which version of Gtk and/or other components it is using?
Manolo
Can't get richer than this
Can't get richer than this
Posts: 827
Joined: Mon Apr 30, 2012 11:07 pm

Re: ask wxWidgets for its GTK-version and other build-options

Post by Manolo »

wxAppTraits::GetToolkitVersion()
Post Reply