no longer need reverse renamers for the *Ptr classes

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38302 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2006-03-23 15:56:22 +00:00
parent 0b652e0ef9
commit 6cfc5ebfa7
17 changed files with 0 additions and 432 deletions

View File

@@ -632,7 +632,6 @@ wxUPDATE_UI_RECURSE = wx._core.UPDATE_UI_RECURSE
wxUPDATE_UI_FROMIDLE = wx._core.UPDATE_UI_FROMIDLE
wxEmptyString = wx._core.EmptyString
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_ICO = wx._core.BITMAP_TYPE_ICO
@@ -685,19 +684,14 @@ 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
wxRect = wx._core.Rect
wxRectPtr = wx._core.RectPtr
wxRectPP = wx._core.RectPP
wxRectPS = wx._core.RectPS
wxRectS = wx._core.RectS
wxIntersectRect = wx._core.IntersectRect
wxPoint2D = wx._core.Point2D
wxPoint2DPtr = wx._core.Point2DPtr
wxPoint2DCopy = wx._core.Point2DCopy
wxPoint2DFromPoint = wx._core.Point2DFromPoint
wxDefaultPosition = wx._core.DefaultPosition
@@ -706,49 +700,34 @@ wxFromStart = wx._core.FromStart
wxFromCurrent = wx._core.FromCurrent
wxFromEnd = wx._core.FromEnd
wxInputStream = wx._core.InputStream
wxInputStreamPtr = wx._core.InputStreamPtr
wxInputStream = wx._core.InputStream
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
wxFileSystemHandler = wx._core.FileSystemHandler
wxFileSystem = wx._core.FileSystem
wxFileSystemPtr = wx._core.FileSystemPtr
wxFileSystem_AddHandler = wx._core.FileSystem_AddHandler
wxFileSystem_CleanUpHandlers = wx._core.FileSystem_CleanUpHandlers
wxFileSystem_FileNameToURL = wx._core.FileSystem_FileNameToURL
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 = wx._core.MemoryFSHandler
wxMemoryFSHandlerPtr = wx._core.MemoryFSHandlerPtr
wxMemoryFSHandler_RemoveFile = wx._core.MemoryFSHandler_RemoveFile
wxIMAGE_ALPHA_TRANSPARENT = wx._core.IMAGE_ALPHA_TRANSPARENT
wxIMAGE_ALPHA_THRESHOLD = wx._core.IMAGE_ALPHA_THRESHOLD
wxIMAGE_ALPHA_OPAQUE = wx._core.IMAGE_ALPHA_OPAQUE
wxImageHandler = wx._core.ImageHandler
wxImageHandlerPtr = wx._core.ImageHandlerPtr
wxPyImageHandler = wx._core.PyImageHandler
wxPyImageHandlerPtr = wx._core.PyImageHandlerPtr
wxImageHistogram = wx._core.ImageHistogram
wxImageHistogramPtr = wx._core.ImageHistogramPtr
wxImageHistogram_MakeKey = wx._core.ImageHistogram_MakeKey
wxImage_RGBValue = wx._core.Image_RGBValue
wxImage_RGBValuePtr = wx._core.Image_RGBValuePtr
wxImage_HSVValue = wx._core.Image_HSVValue
wxImage_HSVValuePtr = wx._core.Image_HSVValuePtr
wxImage = wx._core.Image
wxImagePtr = wx._core.ImagePtr
wxImageFromMime = wx._core.ImageFromMime
wxImageFromStream = wx._core.ImageFromStream
wxImageFromStreamMime = wx._core.ImageFromStreamMime
@@ -797,34 +776,21 @@ 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
wxQUANTIZE_INCLUDE_WINDOWS_COLOURS = wx._core.QUANTIZE_INCLUDE_WINDOWS_COLOURS
wxQUANTIZE_FILL_DESTINATION_IMAGE = wx._core.QUANTIZE_FILL_DESTINATION_IMAGE
wxQuantize = wx._core.Quantize
wxQuantizePtr = wx._core.QuantizePtr
wxQuantize_Quantize = wx._core.Quantize_Quantize
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
@@ -944,64 +910,38 @@ 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 = wx._core.UpdateUIEvent
wxUpdateUIEventPtr = wx._core.UpdateUIEventPtr
wxUpdateUIEvent_SetUpdateInterval = wx._core.UpdateUIEvent_SetUpdateInterval
wxUpdateUIEvent_GetUpdateInterval = wx._core.UpdateUIEvent_GetUpdateInterval
wxUpdateUIEvent_CanUpdate = wx._core.UpdateUIEvent_CanUpdate
@@ -1009,36 +949,23 @@ wxUpdateUIEvent_ResetUpdateTime = wx._core.UpdateUIEvent_ResetUpdateTime
wxUpdateUIEvent_SetMode = wx._core.UpdateUIEvent_SetMode
wxUpdateUIEvent_GetMode = wx._core.UpdateUIEvent_GetMode
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 = wx._core.IdleEvent
wxIdleEventPtr = wx._core.IdleEventPtr
wxIdleEvent_SetMode = wx._core.IdleEvent_SetMode
wxIdleEvent_GetMode = wx._core.IdleEvent_GetMode
wxIdleEvent_CanSend = wx._core.IdleEvent_CanSend
wxPyEvent = wx._core.PyEvent
wxPyEventPtr = wx._core.PyEventPtr
wxPyCommandEvent = wx._core.PyCommandEvent
wxPyCommandEventPtr = wx._core.PyCommandEventPtr
wxDateEvent = wx._core.DateEvent
wxDateEventPtr = wx._core.DateEventPtr
wxEVT_DATE_CHANGED = wx._core.wxEVT_DATE_CHANGED
wxPYAPP_ASSERT_SUPPRESS = wx._core.PYAPP_ASSERT_SUPPRESS
wxPYAPP_ASSERT_EXCEPTION = wx._core.PYAPP_ASSERT_EXCEPTION
@@ -1047,7 +974,6 @@ wxPYAPP_ASSERT_LOG = wx._core.PYAPP_ASSERT_LOG
wxPRINT_WINDOWS = wx._core.PRINT_WINDOWS
wxPRINT_POSTSCRIPT = wx._core.PRINT_POSTSCRIPT
wxPyApp = wx._core.PyApp
wxPyAppPtr = wx._core.PyAppPtr
wxPyApp_IsMainLoopRunning = wx._core.PyApp_IsMainLoopRunning
wxPyApp_GetMacSupportPCMenuShortcuts = wx._core.PyApp_GetMacSupportPCMenuShortcuts
wxPyApp_GetMacAboutMenuItemId = wx._core.PyApp_GetMacAboutMenuItemId
@@ -1071,27 +997,21 @@ wxGetApp = wx._core.GetApp
wxSetDefaultPyEncoding = wx._core.SetDefaultPyEncoding
wxGetDefaultPyEncoding = wx._core.GetDefaultPyEncoding
wxEventLoop = wx._core.EventLoop
wxEventLoopPtr = wx._core.EventLoopPtr
wxEventLoop_GetActive = wx._core.EventLoop_GetActive
wxEventLoop_SetActive = wx._core.EventLoop_SetActive
wxEventLoopActivator = wx._core.EventLoopActivator
wxEventLoopActivatorPtr = wx._core.EventLoopActivatorPtr
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
wxVisualAttributes = wx._core.VisualAttributes
wxVisualAttributesPtr = wx._core.VisualAttributesPtr
wxWINDOW_VARIANT_NORMAL = wx._core.WINDOW_VARIANT_NORMAL
wxWINDOW_VARIANT_SMALL = wx._core.WINDOW_VARIANT_SMALL
wxWINDOW_VARIANT_MINI = wx._core.WINDOW_VARIANT_MINI
wxWINDOW_VARIANT_LARGE = wx._core.WINDOW_VARIANT_LARGE
wxWINDOW_VARIANT_MAX = wx._core.WINDOW_VARIANT_MAX
wxWindow = wx._core.Window
wxWindowPtr = wx._core.WindowPtr
wxPreWindow = wx._core.PreWindow
wxWindow_NewControlId = wx._core.Window_NewControlId
wxWindow_NextControlId = wx._core.Window_NextControlId
@@ -1105,65 +1025,45 @@ wxFindWindowByLabel = wx._core.FindWindowByLabel
wxWindow_FromHWND = wx._core.Window_FromHWND
GetTopLevelWindows = wx._core.GetTopLevelWindows
wxValidator = wx._core.Validator
wxValidatorPtr = wx._core.ValidatorPtr
wxValidator_IsSilent = wx._core.Validator_IsSilent
wxValidator_SetBellOnError = wx._core.Validator_SetBellOnError
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
wxMenuBar_SetAutoWindowMenu = wx._core.MenuBar_SetAutoWindowMenu
wxMenuBar_GetAutoWindowMenu = wx._core.MenuBar_GetAutoWindowMenu
wxMenuItem = wx._core.MenuItem
wxMenuItemPtr = wx._core.MenuItemPtr
wxMenuItem_GetLabelFromText = wx._core.MenuItem_GetLabelFromText
wxMenuItem_GetDefaultMarginWidth = wx._core.MenuItem_GetDefaultMarginWidth
wxControlNameStr = wx._core.ControlNameStr
wxControl = wx._core.Control
wxControlPtr = wx._core.ControlPtr
wxPreControl = wx._core.PreControl
wxControl_GetClassDefaultAttributes = wx._core.Control_GetClassDefaultAttributes
wxItemContainer = wx._core.ItemContainer
wxItemContainerPtr = wx._core.ItemContainerPtr
wxControlWithItems = wx._core.ControlWithItems
wxControlWithItemsPtr = wx._core.ControlWithItemsPtr
wxSizerItem = wx._core.SizerItem
wxSizerItemPtr = wx._core.SizerItemPtr
wxSizerItemWindow = wx._core.SizerItemWindow
wxSizerItemSpacer = wx._core.SizerItemSpacer
wxSizerItemSizer = wx._core.SizerItemSizer
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
wxStdDialogButtonSizer = wx._core.StdDialogButtonSizer
wxStdDialogButtonSizerPtr = wx._core.StdDialogButtonSizerPtr
wxGBPosition = wx._core.GBPosition
wxGBPositionPtr = wx._core.GBPositionPtr
wxGBSpan = wx._core.GBSpan
wxGBSpanPtr = wx._core.GBSpanPtr
wxDefaultSpan = wx._core.DefaultSpan
wxGBSizerItem = wx._core.GBSizerItem
wxGBSizerItemPtr = wx._core.GBSizerItemPtr
wxGBSizerItemWindow = wx._core.GBSizerItemWindow
wxGBSizerItemSizer = wx._core.GBSizerItemSizer
wxGBSizerItemSpacer = wx._core.GBSizerItemSpacer
wxGridBagSizer = wx._core.GridBagSizer
wxGridBagSizerPtr = wx._core.GridBagSizerPtr
wxLeft = wx._core.Left
wxTop = wx._core.Top
wxRight = wx._core.Right
@@ -1184,9 +1084,7 @@ 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
wxGetApp = wx._core.GetApp