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