Merge pull request #1034 from RobinD42/fix-issue958-291-wxAccessible

Add wxAccessible and a tool to generate C++ stubs

(cherry picked from commit 3a9f37f2aa)
This commit is contained in:
Robin Dunn
2018-10-11 10:30:09 +08:00
parent 0cfefbbd47
commit 2f540a91e6
12 changed files with 475 additions and 19 deletions

View File

@@ -405,6 +405,7 @@ def main(wxDir, args):
flags["wxUSE_AFM_FOR_POSTSCRIPT"] = "0"
flags["wxUSE_DATEPICKCTRL_GENERIC"] = "1"
flags["wxUSE_IFF"] = "1"
flags["wxUSE_ACCESSIBILITY"] = "1"
# Remove this when Windows XP finally dies, or when there is a
# solution for ticket #13116...