]> git.saurik.com Git - wxWidgets.git/blob - wxPython/wxPython/windows.py
e7d99eefad01157a99f461359424d7f0757821fb
[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 ./distrib/build_renamers.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 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
314
315
316 d = globals()
317 for k, v in wx.windows.__dict__.iteritems():
318 if k.startswith('EVT'):
319 d[k] = v
320 elif k.startswith('IDM'):
321 d[k] = v
322 del d, k, v
323
324
325