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