Added reverse renamers for the *Ptr classes

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24712 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2003-12-04 01:17:02 +00:00
parent bdcf3ef53d
commit 423af76e39
15 changed files with 415 additions and 0 deletions

View File

@@ -21,8 +21,10 @@ del sys, _wx
# Now assign all the reverse-renamed names:
wxPrePanel = wx.windows.PrePanel
wxPanel = wx.windows.Panel
wxPanelPtr = wx.windows.PanelPtr
wxPreScrolledWindow = wx.windows.PreScrolledWindow
wxScrolledWindow = wx.windows.ScrolledWindow
wxScrolledWindowPtr = wx.windows.ScrolledWindowPtr
wxFULLSCREEN_NOMENUBAR = wx.windows.FULLSCREEN_NOMENUBAR
wxFULLSCREEN_NOTOOLBAR = wx.windows.FULLSCREEN_NOTOOLBAR
wxFULLSCREEN_NOSTATUSBAR = wx.windows.FULLSCREEN_NOSTATUSBAR
@@ -31,21 +33,28 @@ wxFULLSCREEN_NOCAPTION = wx.windows.FULLSCREEN_NOCAPTION
wxFULLSCREEN_ALL = wx.windows.FULLSCREEN_ALL
wxTOPLEVEL_EX_DIALOG = wx.windows.TOPLEVEL_EX_DIALOG
wxTopLevelWindow = wx.windows.TopLevelWindow
wxTopLevelWindowPtr = wx.windows.TopLevelWindowPtr
wxPreFrame = wx.windows.PreFrame
wxFrame = wx.windows.Frame
wxFramePtr = wx.windows.FramePtr
wxPreDialog = wx.windows.PreDialog
wxDialog = wx.windows.Dialog
wxDialogPtr = wx.windows.DialogPtr
wxPreMiniFrame = wx.windows.PreMiniFrame
wxMiniFrame = wx.windows.MiniFrame
wxMiniFramePtr = wx.windows.MiniFramePtr
wxSPLASH_CENTRE_ON_PARENT = wx.windows.SPLASH_CENTRE_ON_PARENT
wxSPLASH_CENTRE_ON_SCREEN = wx.windows.SPLASH_CENTRE_ON_SCREEN
wxSPLASH_NO_CENTRE = wx.windows.SPLASH_NO_CENTRE
wxSPLASH_TIMEOUT = wx.windows.SPLASH_TIMEOUT
wxSPLASH_NO_TIMEOUT = wx.windows.SPLASH_NO_TIMEOUT
wxSplashScreenWindow = wx.windows.SplashScreenWindow
wxSplashScreenWindowPtr = wx.windows.SplashScreenWindowPtr
wxSplashScreen = wx.windows.SplashScreen
wxSplashScreenPtr = wx.windows.SplashScreenPtr
wxPreStatusBar = wx.windows.PreStatusBar
wxStatusBar = wx.windows.StatusBar
wxStatusBarPtr = wx.windows.StatusBarPtr
wxSP_NOBORDER = wx.windows.SP_NOBORDER
wxSP_NOSASH = wx.windows.SP_NOSASH
wxSP_PERMIT_UNSPLIT = wx.windows.SP_PERMIT_UNSPLIT
@@ -61,7 +70,9 @@ wxSPLIT_DRAG_DRAGGING = wx.windows.SPLIT_DRAG_DRAGGING
wxSPLIT_DRAG_LEFT_DOWN = wx.windows.SPLIT_DRAG_LEFT_DOWN
wxPreSplitterWindow = wx.windows.PreSplitterWindow
wxSplitterWindow = wx.windows.SplitterWindow
wxSplitterWindowPtr = wx.windows.SplitterWindowPtr
wxSplitterEvent = wx.windows.SplitterEvent
wxSplitterEventPtr = wx.windows.SplitterEventPtr
wxEVT_COMMAND_SPLITTER_SASH_POS_CHANGED = wx.windows.wxEVT_COMMAND_SPLITTER_SASH_POS_CHANGED
wxEVT_COMMAND_SPLITTER_SASH_POS_CHANGING = wx.windows.wxEVT_COMMAND_SPLITTER_SASH_POS_CHANGING
wxEVT_COMMAND_SPLITTER_DOUBLECLICKED = wx.windows.wxEVT_COMMAND_SPLITTER_DOUBLECLICKED
@@ -81,9 +92,11 @@ wxSASH_LEFT = wx.windows.SASH_LEFT
wxSASH_NONE = wx.windows.SASH_NONE
wxPreSashWindow = wx.windows.PreSashWindow
wxSashWindow = wx.windows.SashWindow
wxSashWindowPtr = wx.windows.SashWindowPtr
wxSASH_STATUS_OK = wx.windows.SASH_STATUS_OK
wxSASH_STATUS_OUT_OF_RANGE = wx.windows.SASH_STATUS_OUT_OF_RANGE
wxSashEvent = wx.windows.SashEvent
wxSashEventPtr = wx.windows.SashEventPtr
wxEVT_SASH_DRAGGED = wx.windows.wxEVT_SASH_DRAGGED
wxLAYOUT_HORIZONTAL = wx.windows.LAYOUT_HORIZONTAL
wxLAYOUT_VERTICAL = wx.windows.LAYOUT_VERTICAL
@@ -99,23 +112,35 @@ wxLAYOUT_QUERY = wx.windows.LAYOUT_QUERY
wxEVT_QUERY_LAYOUT_INFO = wx.windows.wxEVT_QUERY_LAYOUT_INFO
wxEVT_CALCULATE_LAYOUT = wx.windows.wxEVT_CALCULATE_LAYOUT
wxQueryLayoutInfoEvent = wx.windows.QueryLayoutInfoEvent
wxQueryLayoutInfoEventPtr = wx.windows.QueryLayoutInfoEventPtr
wxCalculateLayoutEvent = wx.windows.CalculateLayoutEvent
wxCalculateLayoutEventPtr = wx.windows.CalculateLayoutEventPtr
wxPreSashLayoutWindow = wx.windows.PreSashLayoutWindow
wxSashLayoutWindow = wx.windows.SashLayoutWindow
wxSashLayoutWindowPtr = wx.windows.SashLayoutWindowPtr
wxLayoutAlgorithm = wx.windows.LayoutAlgorithm
wxLayoutAlgorithmPtr = wx.windows.LayoutAlgorithmPtr
wxPrePopupWindow = wx.windows.PrePopupWindow
wxPopupWindow = wx.windows.PopupWindow
wxPopupWindowPtr = wx.windows.PopupWindowPtr
wxPrePopupTransientWindow = wx.windows.PrePopupTransientWindow
wxPopupTransientWindow = wx.windows.PopupTransientWindow
wxPopupTransientWindowPtr = wx.windows.PopupTransientWindowPtr
wxTipWindow = wx.windows.TipWindow
wxTipWindowPtr = wx.windows.TipWindowPtr
wxPreVScrolledWindow = wx.windows.PreVScrolledWindow
wxVScrolledWindow = wx.windows.VScrolledWindow
wxVScrolledWindowPtr = wx.windows.VScrolledWindowPtr
wxPreVListBox = wx.windows.PreVListBox
wxVListBox = wx.windows.VListBox
wxVListBoxPtr = wx.windows.VListBoxPtr
wxPreHtmlListBox = wx.windows.PreHtmlListBox
wxHtmlListBox = wx.windows.HtmlListBox
wxHtmlListBoxPtr = wx.windows.HtmlListBoxPtr
wxTaskBarIcon = wx.windows.TaskBarIcon
wxTaskBarIconPtr = wx.windows.TaskBarIconPtr
wxTaskBarIconEvent = wx.windows.TaskBarIconEvent
wxTaskBarIconEventPtr = wx.windows.TaskBarIconEventPtr
wxEVT_TASKBAR_MOVE = wx.windows.wxEVT_TASKBAR_MOVE
wxEVT_TASKBAR_LEFT_DOWN = wx.windows.wxEVT_TASKBAR_LEFT_DOWN
wxEVT_TASKBAR_LEFT_UP = wx.windows.wxEVT_TASKBAR_LEFT_UP
@@ -124,17 +149,28 @@ wxEVT_TASKBAR_RIGHT_UP = wx.windows.wxEVT_TASKBAR_RIGHT_UP
wxEVT_TASKBAR_LEFT_DCLICK = wx.windows.wxEVT_TASKBAR_LEFT_DCLICK
wxEVT_TASKBAR_RIGHT_DCLICK = wx.windows.wxEVT_TASKBAR_RIGHT_DCLICK
wxColourData = wx.windows.ColourData
wxColourDataPtr = wx.windows.ColourDataPtr
wxColourDialog = wx.windows.ColourDialog
wxColourDialogPtr = wx.windows.ColourDialogPtr
wxDirDialog = wx.windows.DirDialog
wxDirDialogPtr = wx.windows.DirDialogPtr
wxFileDialog = wx.windows.FileDialog
wxFileDialogPtr = wx.windows.FileDialogPtr
wxCHOICEDLG_STYLE = wx.windows.CHOICEDLG_STYLE
wxMultiChoiceDialog = wx.windows.MultiChoiceDialog
wxMultiChoiceDialogPtr = wx.windows.MultiChoiceDialogPtr
wxSingleChoiceDialog = wx.windows.SingleChoiceDialog
wxSingleChoiceDialogPtr = wx.windows.SingleChoiceDialogPtr
wxTextEntryDialog = wx.windows.TextEntryDialog
wxTextEntryDialogPtr = wx.windows.TextEntryDialogPtr
wxFontData = wx.windows.FontData
wxFontDataPtr = wx.windows.FontDataPtr
wxFontDialog = wx.windows.FontDialog
wxFontDialogPtr = wx.windows.FontDialogPtr
wxMessageDialog = wx.windows.MessageDialog
wxMessageDialogPtr = wx.windows.MessageDialogPtr
wxProgressDialog = wx.windows.ProgressDialog
wxProgressDialogPtr = wx.windows.ProgressDialogPtr
wxFR_DOWN = wx.windows.FR_DOWN
wxFR_WHOLEWORD = wx.windows.FR_WHOLEWORD
wxFR_MATCHCASE = wx.windows.FR_MATCHCASE
@@ -148,9 +184,12 @@ wxEVT_COMMAND_FIND_REPLACE = wx.windows.wxEVT_COMMAND_FIND_REPLACE
wxEVT_COMMAND_FIND_REPLACE_ALL = wx.windows.wxEVT_COMMAND_FIND_REPLACE_ALL
wxEVT_COMMAND_FIND_CLOSE = wx.windows.wxEVT_COMMAND_FIND_CLOSE
wxFindDialogEvent = wx.windows.FindDialogEvent
wxFindDialogEventPtr = wx.windows.FindDialogEventPtr
wxFindReplaceData = wx.windows.FindReplaceData
wxFindReplaceDataPtr = wx.windows.FindReplaceDataPtr
wxPreFindReplaceDialog = wx.windows.PreFindReplaceDialog
wxFindReplaceDialog = wx.windows.FindReplaceDialog
wxFindReplaceDialogPtr = wx.windows.FindReplaceDialogPtr
IDM_WINDOWTILE = wx.windows.IDM_WINDOWTILE
IDM_WINDOWTILEHOR = wx.windows.IDM_WINDOWTILEHOR
IDM_WINDOWCASCADE = wx.windows.IDM_WINDOWCASCADE
@@ -161,29 +200,43 @@ wxFIRST_MDI_CHILD = wx.windows.FIRST_MDI_CHILD
wxLAST_MDI_CHILD = wx.windows.LAST_MDI_CHILD
wxPreMDIParentFrame = wx.windows.PreMDIParentFrame
wxMDIParentFrame = wx.windows.MDIParentFrame
wxMDIParentFramePtr = wx.windows.MDIParentFramePtr
wxPreMDIChildFrame = wx.windows.PreMDIChildFrame
wxMDIChildFrame = wx.windows.MDIChildFrame
wxMDIChildFramePtr = wx.windows.MDIChildFramePtr
wxPreMDIClientWindow = wx.windows.PreMDIClientWindow
wxMDIClientWindow = wx.windows.MDIClientWindow
wxMDIClientWindowPtr = wx.windows.MDIClientWindowPtr
wxPyWindow = wx.windows.PyWindow
wxPyWindowPtr = wx.windows.PyWindowPtr
wxPyPanel = wx.windows.PyPanel
wxPyPanelPtr = wx.windows.PyPanelPtr
wxPRINT_MODE_NONE = wx.windows.PRINT_MODE_NONE
wxPRINT_MODE_PREVIEW = wx.windows.PRINT_MODE_PREVIEW
wxPRINT_MODE_FILE = wx.windows.PRINT_MODE_FILE
wxPRINT_MODE_PRINTER = wx.windows.PRINT_MODE_PRINTER
wxPrintData = wx.windows.PrintData
wxPrintDataPtr = wx.windows.PrintDataPtr
wxPageSetupDialogData = wx.windows.PageSetupDialogData
wxPageSetupDialogDataPtr = wx.windows.PageSetupDialogDataPtr
wxPageSetupDialog = wx.windows.PageSetupDialog
wxPageSetupDialogPtr = wx.windows.PageSetupDialogPtr
wxPrintDialogData = wx.windows.PrintDialogData
wxPrintDialogDataPtr = wx.windows.PrintDialogDataPtr
wxPrintDialog = wx.windows.PrintDialog
wxPrintDialogPtr = wx.windows.PrintDialogPtr
wxPRINTER_NO_ERROR = wx.windows.PRINTER_NO_ERROR
wxPRINTER_CANCELLED = wx.windows.PRINTER_CANCELLED
wxPRINTER_ERROR = wx.windows.PRINTER_ERROR
wxPrinter_GetLastError = wx.windows.Printer_GetLastError
wxPrinter = wx.windows.Printer
wxPrinterPtr = wx.windows.PrinterPtr
wxPrintout = wx.windows.Printout
wxPrintoutPtr = wx.windows.PrintoutPtr
wxPreviewCanvas = wx.windows.PreviewCanvas
wxPreviewCanvasPtr = wx.windows.PreviewCanvasPtr
wxPreviewFrame = wx.windows.PreviewFrame
wxPreviewFramePtr = wx.windows.PreviewFramePtr
wxPREVIEW_PRINT = wx.windows.PREVIEW_PRINT
wxPREVIEW_PREVIOUS = wx.windows.PREVIEW_PREVIOUS
wxPREVIEW_NEXT = wx.windows.PREVIEW_NEXT
@@ -201,10 +254,15 @@ wxID_PREVIEW_FIRST = wx.windows.ID_PREVIEW_FIRST
wxID_PREVIEW_LAST = wx.windows.ID_PREVIEW_LAST
wxID_PREVIEW_GOTO = wx.windows.ID_PREVIEW_GOTO
wxPreviewControlBar = wx.windows.PreviewControlBar
wxPreviewControlBarPtr = wx.windows.PreviewControlBarPtr
wxPrintPreview = wx.windows.PrintPreview
wxPrintPreviewPtr = wx.windows.PrintPreviewPtr
wxPyPrintPreview = wx.windows.PyPrintPreview
wxPyPrintPreviewPtr = wx.windows.PyPrintPreviewPtr
wxPyPreviewFrame = wx.windows.PyPreviewFrame
wxPyPreviewFramePtr = wx.windows.PyPreviewFramePtr
wxPyPreviewControlBar = wx.windows.PyPreviewControlBar
wxPyPreviewControlBarPtr = wx.windows.PyPreviewControlBarPtr
d = globals()