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