wxPlatformInfo::IsUsingUniversalWidgets() was broken by design, it couldn't work...
authorVáclav Slavík <vslavik@fastmail.fm>
Wed, 16 Aug 2006 17:18:34 +0000 (17:18 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Wed, 16 Aug 2006 17:18:34 +0000 (17:18 +0000)
commitb98bd6af23c1c73eb2cddf14da18455e5668de6d
tree70b648216b5d904d6d6b15f3199b66b0d3fd1246
parente74f9041c4a598156b761cd19ad1c4ddc8e9a513
wxPlatformInfo::IsUsingUniversalWidgets() was broken by design, it couldn't work in wxBase shared by 2+ wxCores; fixed by making it non-static and moving its implementation back to wxAppTraits (where its equivalent used to be) and making small API changes implied by that

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40630 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
docs/latex/wx/apptraits.tex
docs/latex/wx/platinfo.tex
include/wx/apptrait.h
include/wx/platinfo.h
src/common/platinfo.cpp