]>
Commit | Line | Data |
---|---|---|
d14a1e28 RD |
1 | # Other names that need to be reverse-renamed for the old namespace |
2 | ||
3 | PyOnDemandOutputWindow | |
4 | App | |
5 | PySimpleApp | |
6 | PyWidgetTester | |
7 | ||
8 | App_GetMacSupportPCMenuShortcuts | |
9 | App_GetMacAboutMenuItemId | |
10 | App_GetMacPreferencesMenuItemId | |
11 | App_GetMacExitMenuItemId | |
12 | App_GetMacHelpMenuTitleName | |
13 | App_SetMacSupportPCMenuShortcuts | |
14 | App_SetMacAboutMenuItemId | |
15 | App_SetMacPreferencesMenuItemId | |
16 | App_SetMacExitMenuItemId | |
17 | App_SetMacHelpMenuTitleName | |
18 | App_GetComCtl32Version | |
19 | ||
20 | Platform | |
21 | USE_UNICODE | |
22 | VERSION_STRING | |
23 | MAJOR_VERSION | |
24 | MINOR_VERSION | |
25 | RELEASE_VERSION | |
26 | SUBREL_VERSION | |
27 | VERSION | |
28 | RELEASE_NUMBER | |
9e58eb56 | 29 | PyUnbornObjectError |
d14a1e28 RD |
30 | PyDeadObjectError |
31 | CallAfter | |
32 | FutureCall | |
33 | NotebookPage | |
34 | PyEventBinder | |
35 | DLG_PNT | |
36 | DLG_SZE | |
37 | ||
38 | PyAssertionError | |
39 | ||
40 | MemoryFSHandler_AddFile | |
41 | ||
42 | ||
43 | # With the * on the end these will cause code to be added that | |
44 | # will scan for other names in the source module tha have the | |
45 | # given prefix and will put a reference in the local module. | |
46 | EVT* | |
47 | WXK* | |
c9c106fd | 48 | __version__* |