]>
Commit | Line | Data |
---|---|---|
54f9ee45 RD |
1 | ## This file reverse renames symbols in the wx package to give |
2 | ## them their wx prefix again, for backwards compatibility. | |
3 | ## | |
237302e7 | 4 | ## Generated by BuildRenamers in config.py |
54f9ee45 RD |
5 | |
6 | # This silly stuff here is so the wxPython.wx module doesn't conflict | |
7 | # with the wx package. We need to import modules from the wx package | |
8 | # here, then we'll put the wxPython.wx entry back in sys.modules. | |
9 | import sys | |
10 | _wx = None | |
11 | if sys.modules.has_key('wxPython.wx'): | |
12 | _wx = sys.modules['wxPython.wx'] | |
13 | del sys.modules['wxPython.wx'] | |
14 | ||
15 | import wx._windows | |
16 | ||
17 | sys.modules['wxPython.wx'] = _wx | |
18 | del sys, _wx | |
19 | ||
20 | ||
21 | # Now assign all the reverse-renamed names: | |
22 | wxPanel = wx._windows.Panel | |
23 | wxPanelPtr = wx._windows.PanelPtr | |
24 | wxPrePanel = wx._windows.PrePanel | |
22bfe96c | 25 | wxPanel_GetClassDefaultAttributes = wx._windows.Panel_GetClassDefaultAttributes |
54f9ee45 RD |
26 | wxScrolledWindow = wx._windows.ScrolledWindow |
27 | wxScrolledWindowPtr = wx._windows.ScrolledWindowPtr | |
28 | wxPreScrolledWindow = wx._windows.PreScrolledWindow | |
22bfe96c | 29 | wxScrolledWindow_GetClassDefaultAttributes = wx._windows.ScrolledWindow_GetClassDefaultAttributes |
54f9ee45 RD |
30 | wxFrameNameStr = wx._windows.FrameNameStr |
31 | wxDialogNameStr = wx._windows.DialogNameStr | |
32 | wxStatusLineNameStr = wx._windows.StatusLineNameStr | |
33 | wxToolBarNameStr = wx._windows.ToolBarNameStr | |
34 | wxSTAY_ON_TOP = wx._windows.STAY_ON_TOP | |
35 | wxICONIZE = wx._windows.ICONIZE | |
36 | wxMINIMIZE = wx._windows.MINIMIZE | |
37 | wxMAXIMIZE = wx._windows.MAXIMIZE | |
38 | wxCLOSE_BOX = wx._windows.CLOSE_BOX | |
39 | wxTHICK_FRAME = wx._windows.THICK_FRAME | |
40 | wxSYSTEM_MENU = wx._windows.SYSTEM_MENU | |
41 | wxMINIMIZE_BOX = wx._windows.MINIMIZE_BOX | |
42 | wxMAXIMIZE_BOX = wx._windows.MAXIMIZE_BOX | |
43 | wxTINY_CAPTION_HORIZ = wx._windows.TINY_CAPTION_HORIZ | |
44 | wxTINY_CAPTION_VERT = wx._windows.TINY_CAPTION_VERT | |
45 | wxRESIZE_BOX = wx._windows.RESIZE_BOX | |
46 | wxRESIZE_BORDER = wx._windows.RESIZE_BORDER | |
47 | wxDIALOG_NO_PARENT = wx._windows.DIALOG_NO_PARENT | |
48 | wxDEFAULT_FRAME_STYLE = wx._windows.DEFAULT_FRAME_STYLE | |
49 | wxDEFAULT_DIALOG_STYLE = wx._windows.DEFAULT_DIALOG_STYLE | |
50 | wxFRAME_TOOL_WINDOW = wx._windows.FRAME_TOOL_WINDOW | |
51 | wxFRAME_FLOAT_ON_PARENT = wx._windows.FRAME_FLOAT_ON_PARENT | |
52 | wxFRAME_NO_WINDOW_MENU = wx._windows.FRAME_NO_WINDOW_MENU | |
53 | wxFRAME_NO_TASKBAR = wx._windows.FRAME_NO_TASKBAR | |
54 | wxFRAME_SHAPED = wx._windows.FRAME_SHAPED | |
c430d0dc | 55 | wxFRAME_DRAWER = wx._windows.FRAME_DRAWER |
8f4d7c19 RD |
56 | wxFRAME_EX_METAL = wx._windows.FRAME_EX_METAL |
57 | wxDIALOG_EX_METAL = wx._windows.DIALOG_EX_METAL | |
54f9ee45 RD |
58 | wxDIALOG_MODAL = wx._windows.DIALOG_MODAL |
59 | wxDIALOG_MODELESS = wx._windows.DIALOG_MODELESS | |
60 | wxUSER_COLOURS = wx._windows.USER_COLOURS | |
61 | wxNO_3D = wx._windows.NO_3D | |
62 | wxFULLSCREEN_NOMENUBAR = wx._windows.FULLSCREEN_NOMENUBAR | |
63 | wxFULLSCREEN_NOTOOLBAR = wx._windows.FULLSCREEN_NOTOOLBAR | |
64 | wxFULLSCREEN_NOSTATUSBAR = wx._windows.FULLSCREEN_NOSTATUSBAR | |
65 | wxFULLSCREEN_NOBORDER = wx._windows.FULLSCREEN_NOBORDER | |
66 | wxFULLSCREEN_NOCAPTION = wx._windows.FULLSCREEN_NOCAPTION | |
67 | wxFULLSCREEN_ALL = wx._windows.FULLSCREEN_ALL | |
68 | wxTOPLEVEL_EX_DIALOG = wx._windows.TOPLEVEL_EX_DIALOG | |
c32bde28 RD |
69 | wxUSER_ATTENTION_INFO = wx._windows.USER_ATTENTION_INFO |
70 | wxUSER_ATTENTION_ERROR = wx._windows.USER_ATTENTION_ERROR | |
54f9ee45 RD |
71 | wxTopLevelWindow = wx._windows.TopLevelWindow |
72 | wxTopLevelWindowPtr = wx._windows.TopLevelWindowPtr | |
73 | wxFrame = wx._windows.Frame | |
74 | wxFramePtr = wx._windows.FramePtr | |
75 | wxPreFrame = wx._windows.PreFrame | |
22bfe96c | 76 | wxFrame_GetClassDefaultAttributes = wx._windows.Frame_GetClassDefaultAttributes |
54f9ee45 RD |
77 | wxDialog = wx._windows.Dialog |
78 | wxDialogPtr = wx._windows.DialogPtr | |
79 | wxPreDialog = wx._windows.PreDialog | |
22bfe96c | 80 | wxDialog_GetClassDefaultAttributes = wx._windows.Dialog_GetClassDefaultAttributes |
54f9ee45 RD |
81 | wxMiniFrame = wx._windows.MiniFrame |
82 | wxMiniFramePtr = wx._windows.MiniFramePtr | |
83 | wxPreMiniFrame = wx._windows.PreMiniFrame | |
84 | wxSPLASH_CENTRE_ON_PARENT = wx._windows.SPLASH_CENTRE_ON_PARENT | |
85 | wxSPLASH_CENTRE_ON_SCREEN = wx._windows.SPLASH_CENTRE_ON_SCREEN | |
86 | wxSPLASH_NO_CENTRE = wx._windows.SPLASH_NO_CENTRE | |
87 | wxSPLASH_TIMEOUT = wx._windows.SPLASH_TIMEOUT | |
88 | wxSPLASH_NO_TIMEOUT = wx._windows.SPLASH_NO_TIMEOUT | |
89 | wxSplashScreenWindow = wx._windows.SplashScreenWindow | |
90 | wxSplashScreenWindowPtr = wx._windows.SplashScreenWindowPtr | |
91 | wxSplashScreen = wx._windows.SplashScreen | |
92 | wxSplashScreenPtr = wx._windows.SplashScreenPtr | |
f16ab95d RD |
93 | wxSB_NORMAL = wx._windows.SB_NORMAL |
94 | wxSB_FLAT = wx._windows.SB_FLAT | |
95 | wxSB_RAISED = wx._windows.SB_RAISED | |
54f9ee45 RD |
96 | wxStatusBar = wx._windows.StatusBar |
97 | wxStatusBarPtr = wx._windows.StatusBarPtr | |
98 | wxPreStatusBar = wx._windows.PreStatusBar | |
22bfe96c | 99 | wxStatusBar_GetClassDefaultAttributes = wx._windows.StatusBar_GetClassDefaultAttributes |
54f9ee45 RD |
100 | wxSplitterNameStr = wx._windows.SplitterNameStr |
101 | wxSP_NOBORDER = wx._windows.SP_NOBORDER | |
102 | wxSP_NOSASH = wx._windows.SP_NOSASH | |
103 | wxSP_PERMIT_UNSPLIT = wx._windows.SP_PERMIT_UNSPLIT | |
104 | wxSP_LIVE_UPDATE = wx._windows.SP_LIVE_UPDATE | |
105 | wxSP_3DSASH = wx._windows.SP_3DSASH | |
106 | wxSP_3DBORDER = wx._windows.SP_3DBORDER | |
107 | wxSP_NO_XP_THEME = wx._windows.SP_NO_XP_THEME | |
108 | wxSP_BORDER = wx._windows.SP_BORDER | |
109 | wxSP_3D = wx._windows.SP_3D | |
110 | wxSPLIT_HORIZONTAL = wx._windows.SPLIT_HORIZONTAL | |
111 | wxSPLIT_VERTICAL = wx._windows.SPLIT_VERTICAL | |
112 | wxSPLIT_DRAG_NONE = wx._windows.SPLIT_DRAG_NONE | |
113 | wxSPLIT_DRAG_DRAGGING = wx._windows.SPLIT_DRAG_DRAGGING | |
114 | wxSPLIT_DRAG_LEFT_DOWN = wx._windows.SPLIT_DRAG_LEFT_DOWN | |
115 | wxSplitterWindow = wx._windows.SplitterWindow | |
116 | wxSplitterWindowPtr = wx._windows.SplitterWindowPtr | |
117 | wxPreSplitterWindow = wx._windows.PreSplitterWindow | |
22bfe96c | 118 | wxSplitterWindow_GetClassDefaultAttributes = wx._windows.SplitterWindow_GetClassDefaultAttributes |
54f9ee45 RD |
119 | wxSplitterEvent = wx._windows.SplitterEvent |
120 | wxSplitterEventPtr = wx._windows.SplitterEventPtr | |
121 | wxEVT_COMMAND_SPLITTER_SASH_POS_CHANGED = wx._windows.wxEVT_COMMAND_SPLITTER_SASH_POS_CHANGED | |
122 | wxEVT_COMMAND_SPLITTER_SASH_POS_CHANGING = wx._windows.wxEVT_COMMAND_SPLITTER_SASH_POS_CHANGING | |
123 | wxEVT_COMMAND_SPLITTER_DOUBLECLICKED = wx._windows.wxEVT_COMMAND_SPLITTER_DOUBLECLICKED | |
124 | wxEVT_COMMAND_SPLITTER_UNSPLIT = wx._windows.wxEVT_COMMAND_SPLITTER_UNSPLIT | |
125 | wxSashNameStr = wx._windows.SashNameStr | |
126 | wxSashLayoutNameStr = wx._windows.SashLayoutNameStr | |
127 | wxSASH_DRAG_NONE = wx._windows.SASH_DRAG_NONE | |
128 | wxSASH_DRAG_DRAGGING = wx._windows.SASH_DRAG_DRAGGING | |
129 | wxSASH_DRAG_LEFT_DOWN = wx._windows.SASH_DRAG_LEFT_DOWN | |
130 | wxSW_NOBORDER = wx._windows.SW_NOBORDER | |
131 | wxSW_BORDER = wx._windows.SW_BORDER | |
132 | wxSW_3DSASH = wx._windows.SW_3DSASH | |
133 | wxSW_3DBORDER = wx._windows.SW_3DBORDER | |
134 | wxSW_3D = wx._windows.SW_3D | |
135 | wxSASH_TOP = wx._windows.SASH_TOP | |
136 | wxSASH_RIGHT = wx._windows.SASH_RIGHT | |
137 | wxSASH_BOTTOM = wx._windows.SASH_BOTTOM | |
138 | wxSASH_LEFT = wx._windows.SASH_LEFT | |
139 | wxSASH_NONE = wx._windows.SASH_NONE | |
140 | wxSashWindow = wx._windows.SashWindow | |
141 | wxSashWindowPtr = wx._windows.SashWindowPtr | |
142 | wxPreSashWindow = wx._windows.PreSashWindow | |
143 | wxSASH_STATUS_OK = wx._windows.SASH_STATUS_OK | |
144 | wxSASH_STATUS_OUT_OF_RANGE = wx._windows.SASH_STATUS_OUT_OF_RANGE | |
145 | wxSashEvent = wx._windows.SashEvent | |
146 | wxSashEventPtr = wx._windows.SashEventPtr | |
147 | wxEVT_SASH_DRAGGED = wx._windows.wxEVT_SASH_DRAGGED | |
148 | wxLAYOUT_HORIZONTAL = wx._windows.LAYOUT_HORIZONTAL | |
149 | wxLAYOUT_VERTICAL = wx._windows.LAYOUT_VERTICAL | |
150 | wxLAYOUT_NONE = wx._windows.LAYOUT_NONE | |
151 | wxLAYOUT_TOP = wx._windows.LAYOUT_TOP | |
152 | wxLAYOUT_LEFT = wx._windows.LAYOUT_LEFT | |
153 | wxLAYOUT_RIGHT = wx._windows.LAYOUT_RIGHT | |
154 | wxLAYOUT_BOTTOM = wx._windows.LAYOUT_BOTTOM | |
155 | wxLAYOUT_LENGTH_Y = wx._windows.LAYOUT_LENGTH_Y | |
156 | wxLAYOUT_LENGTH_X = wx._windows.LAYOUT_LENGTH_X | |
157 | wxLAYOUT_MRU_LENGTH = wx._windows.LAYOUT_MRU_LENGTH | |
158 | wxLAYOUT_QUERY = wx._windows.LAYOUT_QUERY | |
159 | wxEVT_QUERY_LAYOUT_INFO = wx._windows.wxEVT_QUERY_LAYOUT_INFO | |
160 | wxEVT_CALCULATE_LAYOUT = wx._windows.wxEVT_CALCULATE_LAYOUT | |
161 | wxQueryLayoutInfoEvent = wx._windows.QueryLayoutInfoEvent | |
162 | wxQueryLayoutInfoEventPtr = wx._windows.QueryLayoutInfoEventPtr | |
163 | wxCalculateLayoutEvent = wx._windows.CalculateLayoutEvent | |
164 | wxCalculateLayoutEventPtr = wx._windows.CalculateLayoutEventPtr | |
165 | wxSashLayoutWindow = wx._windows.SashLayoutWindow | |
166 | wxSashLayoutWindowPtr = wx._windows.SashLayoutWindowPtr | |
167 | wxPreSashLayoutWindow = wx._windows.PreSashLayoutWindow | |
168 | wxLayoutAlgorithm = wx._windows.LayoutAlgorithm | |
169 | wxLayoutAlgorithmPtr = wx._windows.LayoutAlgorithmPtr | |
170 | wxPopupWindow = wx._windows.PopupWindow | |
171 | wxPopupWindowPtr = wx._windows.PopupWindowPtr | |
172 | wxPrePopupWindow = wx._windows.PrePopupWindow | |
173 | wxPopupTransientWindow = wx._windows.PopupTransientWindow | |
174 | wxPopupTransientWindowPtr = wx._windows.PopupTransientWindowPtr | |
093d3ff1 | 175 | wxPopupTransientWindow = wx._windows.PopupTransientWindow |
54f9ee45 RD |
176 | wxPrePopupTransientWindow = wx._windows.PrePopupTransientWindow |
177 | wxTipWindow = wx._windows.TipWindow | |
178 | wxTipWindowPtr = wx._windows.TipWindowPtr | |
179 | wxVScrolledWindow = wx._windows.VScrolledWindow | |
180 | wxVScrolledWindowPtr = wx._windows.VScrolledWindowPtr | |
093d3ff1 | 181 | wxVScrolledWindow = wx._windows.VScrolledWindow |
54f9ee45 | 182 | wxPreVScrolledWindow = wx._windows.PreVScrolledWindow |
49102d7b RD |
183 | wxHVScrolledWindow = wx._windows.HVScrolledWindow |
184 | wxHVScrolledWindowPtr = wx._windows.HVScrolledWindowPtr | |
185 | wxHVScrolledWindow = wx._windows.HVScrolledWindow | |
186 | wxPreHVScrolledWindow = wx._windows.PreHVScrolledWindow | |
54f9ee45 RD |
187 | wxVListBoxNameStr = wx._windows.VListBoxNameStr |
188 | wxVListBox = wx._windows.VListBox | |
189 | wxVListBoxPtr = wx._windows.VListBoxPtr | |
093d3ff1 | 190 | wxVListBox = wx._windows.VListBox |
54f9ee45 RD |
191 | wxPreVListBox = wx._windows.PreVListBox |
192 | wxHtmlListBox = wx._windows.HtmlListBox | |
193 | wxHtmlListBoxPtr = wx._windows.HtmlListBoxPtr | |
093d3ff1 | 194 | wxHtmlListBox = wx._windows.HtmlListBox |
54f9ee45 RD |
195 | wxPreHtmlListBox = wx._windows.PreHtmlListBox |
196 | wxTaskBarIcon = wx._windows.TaskBarIcon | |
197 | wxTaskBarIconPtr = wx._windows.TaskBarIconPtr | |
093d3ff1 | 198 | wxTaskBarIcon = wx._windows.TaskBarIcon |
54f9ee45 RD |
199 | wxTaskBarIconEvent = wx._windows.TaskBarIconEvent |
200 | wxTaskBarIconEventPtr = wx._windows.TaskBarIconEventPtr | |
201 | wxEVT_TASKBAR_MOVE = wx._windows.wxEVT_TASKBAR_MOVE | |
202 | wxEVT_TASKBAR_LEFT_DOWN = wx._windows.wxEVT_TASKBAR_LEFT_DOWN | |
203 | wxEVT_TASKBAR_LEFT_UP = wx._windows.wxEVT_TASKBAR_LEFT_UP | |
204 | wxEVT_TASKBAR_RIGHT_DOWN = wx._windows.wxEVT_TASKBAR_RIGHT_DOWN | |
205 | wxEVT_TASKBAR_RIGHT_UP = wx._windows.wxEVT_TASKBAR_RIGHT_UP | |
206 | wxEVT_TASKBAR_LEFT_DCLICK = wx._windows.wxEVT_TASKBAR_LEFT_DCLICK | |
207 | wxEVT_TASKBAR_RIGHT_DCLICK = wx._windows.wxEVT_TASKBAR_RIGHT_DCLICK | |
208 | wxFileSelectorPromptStr = wx._windows.FileSelectorPromptStr | |
209 | wxDirSelectorPromptStr = wx._windows.DirSelectorPromptStr | |
210 | wxDirDialogNameStr = wx._windows.DirDialogNameStr | |
211 | wxFileSelectorDefaultWildcardStr = wx._windows.FileSelectorDefaultWildcardStr | |
212 | wxGetTextFromUserPromptStr = wx._windows.GetTextFromUserPromptStr | |
213 | wxMessageBoxCaptionStr = wx._windows.MessageBoxCaptionStr | |
214 | wxColourData = wx._windows.ColourData | |
215 | wxColourDataPtr = wx._windows.ColourDataPtr | |
216 | wxColourDialog = wx._windows.ColourDialog | |
217 | wxColourDialogPtr = wx._windows.ColourDialogPtr | |
1979aa58 | 218 | wxGetColourFromUser = wx._windows.GetColourFromUser |
54f9ee45 RD |
219 | wxDirDialog = wx._windows.DirDialog |
220 | wxDirDialogPtr = wx._windows.DirDialogPtr | |
221 | wxFileDialog = wx._windows.FileDialog | |
222 | wxFileDialogPtr = wx._windows.FileDialogPtr | |
223 | wxCHOICEDLG_STYLE = wx._windows.CHOICEDLG_STYLE | |
224 | wxMultiChoiceDialog = wx._windows.MultiChoiceDialog | |
225 | wxMultiChoiceDialogPtr = wx._windows.MultiChoiceDialogPtr | |
226 | wxSingleChoiceDialog = wx._windows.SingleChoiceDialog | |
227 | wxSingleChoiceDialogPtr = wx._windows.SingleChoiceDialogPtr | |
1823fbb4 | 228 | wxTextEntryDialogStyle = wx._windows.TextEntryDialogStyle |
54f9ee45 RD |
229 | wxTextEntryDialog = wx._windows.TextEntryDialog |
230 | wxTextEntryDialogPtr = wx._windows.TextEntryDialogPtr | |
7aada1e0 RD |
231 | wxGetPasswordFromUserPromptStr = wx._windows.GetPasswordFromUserPromptStr |
232 | wxPasswordEntryDialog = wx._windows.PasswordEntryDialog | |
233 | wxPasswordEntryDialogPtr = wx._windows.PasswordEntryDialogPtr | |
54f9ee45 RD |
234 | wxFontData = wx._windows.FontData |
235 | wxFontDataPtr = wx._windows.FontDataPtr | |
236 | wxFontDialog = wx._windows.FontDialog | |
237 | wxFontDialogPtr = wx._windows.FontDialogPtr | |
1979aa58 | 238 | wxGetFontFromUser = wx._windows.GetFontFromUser |
54f9ee45 RD |
239 | wxMessageDialog = wx._windows.MessageDialog |
240 | wxMessageDialogPtr = wx._windows.MessageDialogPtr | |
241 | wxProgressDialog = wx._windows.ProgressDialog | |
242 | wxProgressDialogPtr = wx._windows.ProgressDialogPtr | |
243 | wxFR_DOWN = wx._windows.FR_DOWN | |
244 | wxFR_WHOLEWORD = wx._windows.FR_WHOLEWORD | |
245 | wxFR_MATCHCASE = wx._windows.FR_MATCHCASE | |
246 | wxFR_REPLACEDIALOG = wx._windows.FR_REPLACEDIALOG | |
247 | wxFR_NOUPDOWN = wx._windows.FR_NOUPDOWN | |
248 | wxFR_NOMATCHCASE = wx._windows.FR_NOMATCHCASE | |
249 | wxFR_NOWHOLEWORD = wx._windows.FR_NOWHOLEWORD | |
250 | wxEVT_COMMAND_FIND = wx._windows.wxEVT_COMMAND_FIND | |
251 | wxEVT_COMMAND_FIND_NEXT = wx._windows.wxEVT_COMMAND_FIND_NEXT | |
252 | wxEVT_COMMAND_FIND_REPLACE = wx._windows.wxEVT_COMMAND_FIND_REPLACE | |
253 | wxEVT_COMMAND_FIND_REPLACE_ALL = wx._windows.wxEVT_COMMAND_FIND_REPLACE_ALL | |
254 | wxEVT_COMMAND_FIND_CLOSE = wx._windows.wxEVT_COMMAND_FIND_CLOSE | |
255 | wxFindDialogEvent = wx._windows.FindDialogEvent | |
256 | wxFindDialogEventPtr = wx._windows.FindDialogEventPtr | |
257 | wxFindReplaceData = wx._windows.FindReplaceData | |
258 | wxFindReplaceDataPtr = wx._windows.FindReplaceDataPtr | |
259 | wxFindReplaceDialog = wx._windows.FindReplaceDialog | |
260 | wxFindReplaceDialogPtr = wx._windows.FindReplaceDialogPtr | |
261 | wxPreFindReplaceDialog = wx._windows.PreFindReplaceDialog | |
262 | IDM_WINDOWTILE = wx._windows.IDM_WINDOWTILE | |
263 | IDM_WINDOWTILEHOR = wx._windows.IDM_WINDOWTILEHOR | |
264 | IDM_WINDOWCASCADE = wx._windows.IDM_WINDOWCASCADE | |
265 | IDM_WINDOWICONS = wx._windows.IDM_WINDOWICONS | |
266 | IDM_WINDOWNEXT = wx._windows.IDM_WINDOWNEXT | |
267 | IDM_WINDOWTILEVERT = wx._windows.IDM_WINDOWTILEVERT | |
24d7cbea | 268 | IDM_WINDOWPREV = wx._windows.IDM_WINDOWPREV |
54f9ee45 RD |
269 | wxFIRST_MDI_CHILD = wx._windows.FIRST_MDI_CHILD |
270 | wxLAST_MDI_CHILD = wx._windows.LAST_MDI_CHILD | |
271 | wxMDIParentFrame = wx._windows.MDIParentFrame | |
272 | wxMDIParentFramePtr = wx._windows.MDIParentFramePtr | |
273 | wxPreMDIParentFrame = wx._windows.PreMDIParentFrame | |
274 | wxMDIChildFrame = wx._windows.MDIChildFrame | |
275 | wxMDIChildFramePtr = wx._windows.MDIChildFramePtr | |
276 | wxPreMDIChildFrame = wx._windows.PreMDIChildFrame | |
277 | wxMDIClientWindow = wx._windows.MDIClientWindow | |
278 | wxMDIClientWindowPtr = wx._windows.MDIClientWindowPtr | |
279 | wxPreMDIClientWindow = wx._windows.PreMDIClientWindow | |
280 | wxPyWindow = wx._windows.PyWindow | |
281 | wxPyWindowPtr = wx._windows.PyWindowPtr | |
282 | wxPrePyWindow = wx._windows.PrePyWindow | |
283 | wxPyPanel = wx._windows.PyPanel | |
284 | wxPyPanelPtr = wx._windows.PyPanelPtr | |
285 | wxPrePyPanel = wx._windows.PrePyPanel | |
286 | wxPyScrolledWindow = wx._windows.PyScrolledWindow | |
287 | wxPyScrolledWindowPtr = wx._windows.PyScrolledWindowPtr | |
288 | wxPrePyScrolledWindow = wx._windows.PrePyScrolledWindow | |
289 | wxPrintoutTitleStr = wx._windows.PrintoutTitleStr | |
290 | wxPreviewCanvasNameStr = wx._windows.PreviewCanvasNameStr | |
291 | wxPRINT_MODE_NONE = wx._windows.PRINT_MODE_NONE | |
292 | wxPRINT_MODE_PREVIEW = wx._windows.PRINT_MODE_PREVIEW | |
293 | wxPRINT_MODE_FILE = wx._windows.PRINT_MODE_FILE | |
294 | wxPRINT_MODE_PRINTER = wx._windows.PRINT_MODE_PRINTER | |
295 | wxPRINT_MODE_STREAM = wx._windows.PRINT_MODE_STREAM | |
2ef75293 RD |
296 | wxPRINTBIN_DEFAULT = wx._windows.PRINTBIN_DEFAULT |
297 | wxPRINTBIN_ONLYONE = wx._windows.PRINTBIN_ONLYONE | |
298 | wxPRINTBIN_LOWER = wx._windows.PRINTBIN_LOWER | |
299 | wxPRINTBIN_MIDDLE = wx._windows.PRINTBIN_MIDDLE | |
300 | wxPRINTBIN_MANUAL = wx._windows.PRINTBIN_MANUAL | |
301 | wxPRINTBIN_ENVELOPE = wx._windows.PRINTBIN_ENVELOPE | |
302 | wxPRINTBIN_ENVMANUAL = wx._windows.PRINTBIN_ENVMANUAL | |
303 | wxPRINTBIN_AUTO = wx._windows.PRINTBIN_AUTO | |
304 | wxPRINTBIN_TRACTOR = wx._windows.PRINTBIN_TRACTOR | |
305 | wxPRINTBIN_SMALLFMT = wx._windows.PRINTBIN_SMALLFMT | |
306 | wxPRINTBIN_LARGEFMT = wx._windows.PRINTBIN_LARGEFMT | |
307 | wxPRINTBIN_LARGECAPACITY = wx._windows.PRINTBIN_LARGECAPACITY | |
308 | wxPRINTBIN_CASSETTE = wx._windows.PRINTBIN_CASSETTE | |
309 | wxPRINTBIN_FORMSOURCE = wx._windows.PRINTBIN_FORMSOURCE | |
310 | wxPRINTBIN_USER = wx._windows.PRINTBIN_USER | |
54f9ee45 RD |
311 | wxPrintData = wx._windows.PrintData |
312 | wxPrintDataPtr = wx._windows.PrintDataPtr | |
313 | wxPageSetupDialogData = wx._windows.PageSetupDialogData | |
314 | wxPageSetupDialogDataPtr = wx._windows.PageSetupDialogDataPtr | |
315 | wxPageSetupDialog = wx._windows.PageSetupDialog | |
316 | wxPageSetupDialogPtr = wx._windows.PageSetupDialogPtr | |
317 | wxPrintDialogData = wx._windows.PrintDialogData | |
318 | wxPrintDialogDataPtr = wx._windows.PrintDialogDataPtr | |
319 | wxPrintDialog = wx._windows.PrintDialog | |
320 | wxPrintDialogPtr = wx._windows.PrintDialogPtr | |
321 | wxPRINTER_NO_ERROR = wx._windows.PRINTER_NO_ERROR | |
322 | wxPRINTER_CANCELLED = wx._windows.PRINTER_CANCELLED | |
323 | wxPRINTER_ERROR = wx._windows.PRINTER_ERROR | |
324 | wxPrinter = wx._windows.Printer | |
325 | wxPrinterPtr = wx._windows.PrinterPtr | |
326 | wxPrinter_GetLastError = wx._windows.Printer_GetLastError | |
327 | wxPrintout = wx._windows.Printout | |
328 | wxPrintoutPtr = wx._windows.PrintoutPtr | |
093d3ff1 | 329 | wxPrintout = wx._windows.Printout |
54f9ee45 RD |
330 | wxPreviewCanvas = wx._windows.PreviewCanvas |
331 | wxPreviewCanvasPtr = wx._windows.PreviewCanvasPtr | |
332 | wxPreviewFrame = wx._windows.PreviewFrame | |
333 | wxPreviewFramePtr = wx._windows.PreviewFramePtr | |
334 | wxPREVIEW_PRINT = wx._windows.PREVIEW_PRINT | |
335 | wxPREVIEW_PREVIOUS = wx._windows.PREVIEW_PREVIOUS | |
336 | wxPREVIEW_NEXT = wx._windows.PREVIEW_NEXT | |
337 | wxPREVIEW_ZOOM = wx._windows.PREVIEW_ZOOM | |
338 | wxPREVIEW_FIRST = wx._windows.PREVIEW_FIRST | |
339 | wxPREVIEW_LAST = wx._windows.PREVIEW_LAST | |
340 | wxPREVIEW_GOTO = wx._windows.PREVIEW_GOTO | |
341 | wxPREVIEW_DEFAULT = wx._windows.PREVIEW_DEFAULT | |
342 | wxID_PREVIEW_CLOSE = wx._windows.ID_PREVIEW_CLOSE | |
343 | wxID_PREVIEW_NEXT = wx._windows.ID_PREVIEW_NEXT | |
344 | wxID_PREVIEW_PREVIOUS = wx._windows.ID_PREVIEW_PREVIOUS | |
345 | wxID_PREVIEW_PRINT = wx._windows.ID_PREVIEW_PRINT | |
346 | wxID_PREVIEW_ZOOM = wx._windows.ID_PREVIEW_ZOOM | |
347 | wxID_PREVIEW_FIRST = wx._windows.ID_PREVIEW_FIRST | |
348 | wxID_PREVIEW_LAST = wx._windows.ID_PREVIEW_LAST | |
349 | wxID_PREVIEW_GOTO = wx._windows.ID_PREVIEW_GOTO | |
350 | wxPreviewControlBar = wx._windows.PreviewControlBar | |
351 | wxPreviewControlBarPtr = wx._windows.PreviewControlBarPtr | |
352 | wxPrintPreview = wx._windows.PrintPreview | |
353 | wxPrintPreviewPtr = wx._windows.PrintPreviewPtr | |
354 | wxPyPrintPreview = wx._windows.PyPrintPreview | |
355 | wxPyPrintPreviewPtr = wx._windows.PyPrintPreviewPtr | |
356 | wxPyPreviewFrame = wx._windows.PyPreviewFrame | |
357 | wxPyPreviewFramePtr = wx._windows.PyPreviewFramePtr | |
358 | wxPyPreviewControlBar = wx._windows.PyPreviewControlBar | |
359 | wxPyPreviewControlBarPtr = wx._windows.PyPreviewControlBarPtr | |
360 | ||
361 | ||
362 | d = globals() | |
363 | for k, v in wx._windows.__dict__.iteritems(): | |
364 | if k.startswith('EVT'): | |
365 | d[k] = v | |
366 | elif k.startswith('IDM'): | |
367 | d[k] = v | |
368 | del d, k, v | |
369 | ||
370 | ||
371 |