]>
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 | |
22 | USE_UNICODE | |
23 | VERSION_STRING | |
24 | MAJOR_VERSION | |
25 | MINOR_VERSION | |
26 | RELEASE_VERSION | |
27 | SUBREL_VERSION | |
28 | VERSION | |
29 | RELEASE_NUMBER | |
9e58eb56 | 30 | PyUnbornObjectError |
d14a1e28 RD |
31 | PyDeadObjectError |
32 | CallAfter | |
33 | FutureCall | |
34 | NotebookPage | |
35 | PyEventBinder | |
36 | DLG_PNT | |
37 | DLG_SZE | |
38 | ||
39 | PyAssertionError | |
40 | ||
41 | MemoryFSHandler_AddFile | |
a3150741 | 42 | InitAllImageHandlers |
d14a1e28 RD |
43 | |
44 | ||
45 | # With the * on the end these will cause code to be added that | |
46 | # will scan for other names in the source module tha have the | |
47 | # given prefix and will put a reference in the local module. | |
48 | EVT* | |
49 | WXK* | |
c9c106fd | 50 | __version__* |