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