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