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

@@ -558,6 +558,7 @@ wxUPDATE_UI_NONE = wx.core.UPDATE_UI_NONE
wxUPDATE_UI_RECURSE = wx.core.UPDATE_UI_RECURSE
wxUPDATE_UI_FROMIDLE = wx.core.UPDATE_UI_FROMIDLE
wxObject = wx.core.Object
wxObjectPtr = wx.core.ObjectPtr
wxBITMAP_TYPE_INVALID = wx.core.BITMAP_TYPE_INVALID
wxBITMAP_TYPE_BMP = wx.core.BITMAP_TYPE_BMP
wxBITMAP_TYPE_BMP_RESOURCE = wx.core.BITMAP_TYPE_BMP_RESOURCE
@@ -623,40 +624,56 @@ wxCURSOR_COPY_ARROW = wx.core.CURSOR_COPY_ARROW
wxCURSOR_ARROWWAIT = wx.core.CURSOR_ARROWWAIT
wxCURSOR_MAX = wx.core.CURSOR_MAX
wxSize = wx.core.Size
wxSizePtr = wx.core.SizePtr
wxRealPoint = wx.core.RealPoint
wxRealPointPtr = wx.core.RealPointPtr
wxPoint = wx.core.Point
wxPointPtr = wx.core.PointPtr
wxRectPP = wx.core.RectPP
wxRectPS = wx.core.RectPS
wxRect = wx.core.Rect
wxRectPtr = wx.core.RectPtr
wxIntersectRect = wx.core.IntersectRect
wxPoint2DCopy = wx.core.Point2DCopy
wxPoint2DFromPoint = wx.core.Point2DFromPoint
wxPoint2D = wx.core.Point2D
wxPoint2DPtr = wx.core.Point2DPtr
wxDefaultPosition = wx.core.DefaultPosition
wxDefaultSize = wx.core.DefaultSize
wxFromStart = wx.core.FromStart
wxFromCurrent = wx.core.FromCurrent
wxFromEnd = wx.core.FromEnd
wxInputStream = wx.core.InputStream
wxInputStreamPtr = wx.core.InputStreamPtr
wxOutputStream = wx.core.OutputStream
wxOutputStreamPtr = wx.core.OutputStreamPtr
wxFSFile = wx.core.FSFile
wxFSFilePtr = wx.core.FSFilePtr
wxCPPFileSystemHandler = wx.core.CPPFileSystemHandler
wxCPPFileSystemHandlerPtr = wx.core.CPPFileSystemHandlerPtr
wxFileSystemHandler = wx.core.FileSystemHandler
wxFileSystemHandlerPtr = wx.core.FileSystemHandlerPtr
wxFileSystem_AddHandler = wx.core.FileSystem_AddHandler
wxFileSystem_CleanUpHandlers = wx.core.FileSystem_CleanUpHandlers
wxFileSystem_FileNameToURL = wx.core.FileSystem_FileNameToURL
wxFileSystem = wx.core.FileSystem
wxFileSystemPtr = wx.core.FileSystemPtr
wxFileSystem_URLToFileName = wx.core.FileSystem_URLToFileName
wxInternetFSHandler = wx.core.InternetFSHandler
wxInternetFSHandlerPtr = wx.core.InternetFSHandlerPtr
wxZipFSHandler = wx.core.ZipFSHandler
wxZipFSHandlerPtr = wx.core.ZipFSHandlerPtr
__wxMemoryFSHandler_AddFile_wxImage = wx.core.__wxMemoryFSHandler_AddFile_wxImage
__wxMemoryFSHandler_AddFile_wxBitmap = wx.core.__wxMemoryFSHandler_AddFile_wxBitmap
__wxMemoryFSHandler_AddFile_Data = wx.core.__wxMemoryFSHandler_AddFile_Data
wxMemoryFSHandler_RemoveFile = wx.core.MemoryFSHandler_RemoveFile
wxMemoryFSHandler = wx.core.MemoryFSHandler
wxMemoryFSHandlerPtr = wx.core.MemoryFSHandlerPtr
wxImageHandler = wx.core.ImageHandler
wxImageHandlerPtr = wx.core.ImageHandlerPtr
wxImageHistogram_MakeKey = wx.core.ImageHistogram_MakeKey
wxImageHistogram = wx.core.ImageHistogram
wxImageHistogramPtr = wx.core.ImageHistogramPtr
wxImageFromMime = wx.core.ImageFromMime
wxImageFromStream = wx.core.ImageFromStream
wxImageFromStreamMime = wx.core.ImageFromStreamMime
@@ -671,6 +688,7 @@ wxImage_InsertHandler = wx.core.Image_InsertHandler
wxImage_RemoveHandler = wx.core.Image_RemoveHandler
wxImage_GetImageExtWildcard = wx.core.Image_GetImageExtWildcard
wxImage = wx.core.Image
wxImagePtr = wx.core.ImagePtr
wxInitAllImageHandlers = wx.core.InitAllImageHandlers
wxNullImage = wx.core.NullImage
wxIMAGE_OPTION_BMP_FORMAT = wx.core.IMAGE_OPTION_BMP_FORMAT
@@ -690,17 +708,29 @@ wxBMP_4BPP = wx.core.BMP_4BPP
wxBMP_1BPP = wx.core.BMP_1BPP
wxBMP_1BPP_BW = wx.core.BMP_1BPP_BW
wxBMPHandler = wx.core.BMPHandler
wxBMPHandlerPtr = wx.core.BMPHandlerPtr
wxICOHandler = wx.core.ICOHandler
wxICOHandlerPtr = wx.core.ICOHandlerPtr
wxCURHandler = wx.core.CURHandler
wxCURHandlerPtr = wx.core.CURHandlerPtr
wxANIHandler = wx.core.ANIHandler
wxANIHandlerPtr = wx.core.ANIHandlerPtr
wxPNGHandler = wx.core.PNGHandler
wxPNGHandlerPtr = wx.core.PNGHandlerPtr
wxGIFHandler = wx.core.GIFHandler
wxGIFHandlerPtr = wx.core.GIFHandlerPtr
wxPCXHandler = wx.core.PCXHandler
wxPCXHandlerPtr = wx.core.PCXHandlerPtr
wxJPEGHandler = wx.core.JPEGHandler
wxJPEGHandlerPtr = wx.core.JPEGHandlerPtr
wxPNMHandler = wx.core.PNMHandler
wxPNMHandlerPtr = wx.core.PNMHandlerPtr
wxXPMHandler = wx.core.XPMHandler
wxXPMHandlerPtr = wx.core.XPMHandlerPtr
wxTIFFHandler = wx.core.TIFFHandler
wxTIFFHandlerPtr = wx.core.TIFFHandlerPtr
wxEvtHandler = wx.core.EvtHandler
wxEvtHandlerPtr = wx.core.EvtHandlerPtr
wxEVENT_PROPAGATE_NONE = wx.core.EVENT_PROPAGATE_NONE
wxEVENT_PROPAGATE_MAX = wx.core.EVENT_PROPAGATE_MAX
wxNewEventType = wx.core.NewEventType
@@ -819,35 +849,60 @@ wxEVT_COMMAND_SET_FOCUS = wx.core.wxEVT_COMMAND_SET_FOCUS
wxEVT_COMMAND_KILL_FOCUS = wx.core.wxEVT_COMMAND_KILL_FOCUS
wxEVT_COMMAND_ENTER = wx.core.wxEVT_COMMAND_ENTER
wxEvent = wx.core.Event
wxEventPtr = wx.core.EventPtr
wxPropagationDisabler = wx.core.PropagationDisabler
wxPropagationDisablerPtr = wx.core.PropagationDisablerPtr
wxPropagateOnce = wx.core.PropagateOnce
wxPropagateOncePtr = wx.core.PropagateOncePtr
wxCommandEvent = wx.core.CommandEvent
wxCommandEventPtr = wx.core.CommandEventPtr
wxNotifyEvent = wx.core.NotifyEvent
wxNotifyEventPtr = wx.core.NotifyEventPtr
wxScrollEvent = wx.core.ScrollEvent
wxScrollEventPtr = wx.core.ScrollEventPtr
wxScrollWinEvent = wx.core.ScrollWinEvent
wxScrollWinEventPtr = wx.core.ScrollWinEventPtr
wxMOUSE_BTN_ANY = wx.core.MOUSE_BTN_ANY
wxMOUSE_BTN_NONE = wx.core.MOUSE_BTN_NONE
wxMOUSE_BTN_LEFT = wx.core.MOUSE_BTN_LEFT
wxMOUSE_BTN_MIDDLE = wx.core.MOUSE_BTN_MIDDLE
wxMOUSE_BTN_RIGHT = wx.core.MOUSE_BTN_RIGHT
wxMouseEvent = wx.core.MouseEvent
wxMouseEventPtr = wx.core.MouseEventPtr
wxSetCursorEvent = wx.core.SetCursorEvent
wxSetCursorEventPtr = wx.core.SetCursorEventPtr
wxKeyEvent = wx.core.KeyEvent
wxKeyEventPtr = wx.core.KeyEventPtr
wxSizeEvent = wx.core.SizeEvent
wxSizeEventPtr = wx.core.SizeEventPtr
wxMoveEvent = wx.core.MoveEvent
wxMoveEventPtr = wx.core.MoveEventPtr
wxPaintEvent = wx.core.PaintEvent
wxPaintEventPtr = wx.core.PaintEventPtr
wxNcPaintEvent = wx.core.NcPaintEvent
wxNcPaintEventPtr = wx.core.NcPaintEventPtr
wxEraseEvent = wx.core.EraseEvent
wxEraseEventPtr = wx.core.EraseEventPtr
wxFocusEvent = wx.core.FocusEvent
wxFocusEventPtr = wx.core.FocusEventPtr
wxChildFocusEvent = wx.core.ChildFocusEvent
wxChildFocusEventPtr = wx.core.ChildFocusEventPtr
wxActivateEvent = wx.core.ActivateEvent
wxActivateEventPtr = wx.core.ActivateEventPtr
wxInitDialogEvent = wx.core.InitDialogEvent
wxInitDialogEventPtr = wx.core.InitDialogEventPtr
wxMenuEvent = wx.core.MenuEvent
wxMenuEventPtr = wx.core.MenuEventPtr
wxCloseEvent = wx.core.CloseEvent
wxCloseEventPtr = wx.core.CloseEventPtr
wxShowEvent = wx.core.ShowEvent
wxShowEventPtr = wx.core.ShowEventPtr
wxIconizeEvent = wx.core.IconizeEvent
wxIconizeEventPtr = wx.core.IconizeEventPtr
wxMaximizeEvent = wx.core.MaximizeEvent
wxMaximizeEventPtr = wx.core.MaximizeEventPtr
wxDropFilesEvent = wx.core.DropFilesEvent
wxDropFilesEventPtr = wx.core.DropFilesEventPtr
wxUPDATE_UI_PROCESS_ALL = wx.core.UPDATE_UI_PROCESS_ALL
wxUPDATE_UI_PROCESS_SPECIFIED = wx.core.UPDATE_UI_PROCESS_SPECIFIED
wxUpdateUIEvent_SetUpdateInterval = wx.core.UpdateUIEvent_SetUpdateInterval
@@ -857,23 +912,36 @@ wxUpdateUIEvent_ResetUpdateTime = wx.core.UpdateUIEvent_ResetUpdateTime
wxUpdateUIEvent_SetMode = wx.core.UpdateUIEvent_SetMode
wxUpdateUIEvent_GetMode = wx.core.UpdateUIEvent_GetMode
wxUpdateUIEvent = wx.core.UpdateUIEvent
wxUpdateUIEventPtr = wx.core.UpdateUIEventPtr
wxSysColourChangedEvent = wx.core.SysColourChangedEvent
wxSysColourChangedEventPtr = wx.core.SysColourChangedEventPtr
wxMouseCaptureChangedEvent = wx.core.MouseCaptureChangedEvent
wxMouseCaptureChangedEventPtr = wx.core.MouseCaptureChangedEventPtr
wxDisplayChangedEvent = wx.core.DisplayChangedEvent
wxDisplayChangedEventPtr = wx.core.DisplayChangedEventPtr
wxPaletteChangedEvent = wx.core.PaletteChangedEvent
wxPaletteChangedEventPtr = wx.core.PaletteChangedEventPtr
wxQueryNewPaletteEvent = wx.core.QueryNewPaletteEvent
wxQueryNewPaletteEventPtr = wx.core.QueryNewPaletteEventPtr
wxNavigationKeyEvent = wx.core.NavigationKeyEvent
wxNavigationKeyEventPtr = wx.core.NavigationKeyEventPtr
wxWindowCreateEvent = wx.core.WindowCreateEvent
wxWindowCreateEventPtr = wx.core.WindowCreateEventPtr
wxWindowDestroyEvent = wx.core.WindowDestroyEvent
wxWindowDestroyEventPtr = wx.core.WindowDestroyEventPtr
wxContextMenuEvent = wx.core.ContextMenuEvent
wxContextMenuEventPtr = wx.core.ContextMenuEventPtr
wxIDLE_PROCESS_ALL = wx.core.IDLE_PROCESS_ALL
wxIDLE_PROCESS_SPECIFIED = wx.core.IDLE_PROCESS_SPECIFIED
wxIdleEvent_SetMode = wx.core.IdleEvent_SetMode
wxIdleEvent_GetMode = wx.core.IdleEvent_GetMode
wxIdleEvent_CanSend = wx.core.IdleEvent_CanSend
wxIdleEvent = wx.core.IdleEvent
wxIdleEventPtr = wx.core.IdleEventPtr
wxPyEvent = wx.core.PyEvent
wxPyEventPtr = wx.core.PyEventPtr
wxPyCommandEvent = wx.core.PyCommandEvent
wxPyCommandEventPtr = wx.core.PyCommandEventPtr
wxPYAPP_ASSERT_SUPPRESS = wx.core.PYAPP_ASSERT_SUPPRESS
wxPYAPP_ASSERT_EXCEPTION = wx.core.PYAPP_ASSERT_EXCEPTION
wxPYAPP_ASSERT_DIALOG = wx.core.PYAPP_ASSERT_DIALOG
@@ -892,6 +960,7 @@ wxPyApp_SetMacExitMenuItemId = wx.core.PyApp_SetMacExitMenuItemId
wxPyApp_SetMacHelpMenuTitleName = wx.core.PyApp_SetMacHelpMenuTitleName
wxPyApp_GetComCtl32Version = wx.core.PyApp_GetComCtl32Version
wxPyApp = wx.core.PyApp
wxPyAppPtr = wx.core.PyAppPtr
wxExit = wx.core.Exit
wxYield = wx.core.Yield
wxYieldIfNeeded = wx.core.YieldIfNeeded
@@ -901,7 +970,9 @@ wxPostEvent = wx.core.PostEvent
wxApp_CleanUp = wx.core.App_CleanUp
wxGetApp = wx.core.GetApp
wxAcceleratorEntry = wx.core.AcceleratorEntry
wxAcceleratorEntryPtr = wx.core.AcceleratorEntryPtr
wxAcceleratorTable = wx.core.AcceleratorTable
wxAcceleratorTablePtr = wx.core.AcceleratorTablePtr
wxNullAcceleratorTable = wx.core.NullAcceleratorTable
wxGetAccelFromString = wx.core.GetAccelFromString
wxPanelNameStr = wx.core.PanelNameStr
@@ -912,6 +983,7 @@ wxWindow_PrevControlId = wx.core.Window_PrevControlId
wxWindow_FindFocus = wx.core.Window_FindFocus
wxWindow_GetCapture = wx.core.Window_GetCapture
wxWindow = wx.core.Window
wxWindowPtr = wx.core.WindowPtr
wxFindWindowById = wx.core.FindWindowById
wxFindWindowByName = wx.core.FindWindowByName
wxFindWindowByLabel = wx.core.FindWindowByLabel
@@ -919,38 +991,57 @@ wxWindow_FromHWND = wx.core.Window_FromHWND
wxValidator_IsSilent = wx.core.Validator_IsSilent
wxValidator_SetBellOnError = wx.core.Validator_SetBellOnError
wxValidator = wx.core.Validator
wxValidatorPtr = wx.core.ValidatorPtr
wxPyValidator = wx.core.PyValidator
wxPyValidatorPtr = wx.core.PyValidatorPtr
wxDefaultValidator = wx.core.DefaultValidator
wxMenu = wx.core.Menu
wxMenuPtr = wx.core.MenuPtr
wxMenuBar = wx.core.MenuBar
wxMenuBarPtr = wx.core.MenuBarPtr
wxMenuItem_GetLabelFromText = wx.core.MenuItem_GetLabelFromText
wxMenuItem_GetDefaultMarginWidth = wx.core.MenuItem_GetDefaultMarginWidth
wxMenuItem = wx.core.MenuItem
wxMenuItemPtr = wx.core.MenuItemPtr
wxPreControl = wx.core.PreControl
wxControl = wx.core.Control
wxControlPtr = wx.core.ControlPtr
wxItemContainer = wx.core.ItemContainer
wxItemContainerPtr = wx.core.ItemContainerPtr
wxControlWithItems = wx.core.ControlWithItems
wxControlWithItemsPtr = wx.core.ControlWithItemsPtr
wxSizerItemSpacer = wx.core.SizerItemSpacer
wxSizerItemWindow = wx.core.SizerItemWindow
wxSizerItemSizer = wx.core.SizerItemSizer
wxSizerItem = wx.core.SizerItem
wxSizerItemPtr = wx.core.SizerItemPtr
wxSizer = wx.core.Sizer
wxSizerPtr = wx.core.SizerPtr
wxPySizer = wx.core.PySizer
wxPySizerPtr = wx.core.PySizerPtr
wxBoxSizer = wx.core.BoxSizer
wxBoxSizerPtr = wx.core.BoxSizerPtr
wxStaticBoxSizer = wx.core.StaticBoxSizer
wxStaticBoxSizerPtr = wx.core.StaticBoxSizerPtr
wxGridSizer = wx.core.GridSizer
wxGridSizerPtr = wx.core.GridSizerPtr
wxFLEX_GROWMODE_NONE = wx.core.FLEX_GROWMODE_NONE
wxFLEX_GROWMODE_SPECIFIED = wx.core.FLEX_GROWMODE_SPECIFIED
wxFLEX_GROWMODE_ALL = wx.core.FLEX_GROWMODE_ALL
wxFlexGridSizer = wx.core.FlexGridSizer
wxFlexGridSizerPtr = wx.core.FlexGridSizerPtr
wxGBPosition = wx.core.GBPosition
wxGBPositionPtr = wx.core.GBPositionPtr
wxGBSpan = wx.core.GBSpan
wxGBSpanPtr = wx.core.GBSpanPtr
wxDefaultSpan = wx.core.DefaultSpan
wxGBSizerItemWindow = wx.core.GBSizerItemWindow
wxGBSizerItemSizer = wx.core.GBSizerItemSizer
wxGBSizerItemSpacer = wx.core.GBSizerItemSpacer
wxGBSizerItem = wx.core.GBSizerItem
wxGBSizerItemPtr = wx.core.GBSizerItemPtr
wxGridBagSizer = wx.core.GridBagSizer
wxGridBagSizerPtr = wx.core.GridBagSizerPtr
wxLeft = wx.core.Left
wxTop = wx.core.Top
wxRight = wx.core.Right
@@ -971,7 +1062,9 @@ wxRightOf = wx.core.RightOf
wxSameAs = wx.core.SameAs
wxAbsolute = wx.core.Absolute
wxIndividualLayoutConstraint = wx.core.IndividualLayoutConstraint
wxIndividualLayoutConstraintPtr = wx.core.IndividualLayoutConstraintPtr
wxLayoutConstraints = wx.core.LayoutConstraints
wxLayoutConstraintsPtr = wx.core.LayoutConstraintsPtr
wxPyOnDemandOutputWindow = wx.core.PyOnDemandOutputWindow
wxApp = wx.core.App
wxPySimpleApp = wx.core.PySimpleApp