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