From d2aa99bf8908e7047b00b8a9ed702d480b94524c Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Mon, 26 Jun 2017 19:53:31 -0700 Subject: [PATCH] Add new wx.CONFIG_ names --- docs/sphinx/itemToModuleMap.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/sphinx/itemToModuleMap.json b/docs/sphinx/itemToModuleMap.json index 86557ce3..f882f70d 100644 --- a/docs/sphinx/itemToModuleMap.json +++ b/docs/sphinx/itemToModuleMap.json @@ -501,6 +501,11 @@ "COMPOSITION_OVER":"wx.", "COMPOSITION_SOURCE":"wx.", "COMPOSITION_XOR":"wx.", +"CONFIG_USE_GLOBAL_FILE":"wx.", +"CONFIG_USE_LOCAL_FILE":"wx.", +"CONFIG_USE_NO_ESCAPE_CHARACTERS":"wx.", +"CONFIG_USE_RELATIVE_PATH":"wx.", +"CONFIG_USE_SUBDIR":"wx.", "CONTROL_CHECKABLE":"wx.", "CONTROL_CHECKED":"wx.", "CONTROL_CURRENT":"wx.",