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