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:
@@ -24,17 +24,25 @@ wxEVT_DYNAMIC_SASH_UNIFY = wx.gizmos.wxEVT_DYNAMIC_SASH_UNIFY
|
||||
wxDS_MANAGE_SCROLLBARS = wx.gizmos.DS_MANAGE_SCROLLBARS
|
||||
wxDS_DRAG_CORNER = wx.gizmos.DS_DRAG_CORNER
|
||||
wxDynamicSashSplitEvent = wx.gizmos.DynamicSashSplitEvent
|
||||
wxDynamicSashSplitEventPtr = wx.gizmos.DynamicSashSplitEventPtr
|
||||
wxDynamicSashUnifyEvent = wx.gizmos.DynamicSashUnifyEvent
|
||||
wxDynamicSashUnifyEventPtr = wx.gizmos.DynamicSashUnifyEventPtr
|
||||
wxPreDynamicSashWindow = wx.gizmos.PreDynamicSashWindow
|
||||
wxDynamicSashWindow = wx.gizmos.DynamicSashWindow
|
||||
wxDynamicSashWindowPtr = wx.gizmos.DynamicSashWindowPtr
|
||||
wxEL_ALLOW_NEW = wx.gizmos.EL_ALLOW_NEW
|
||||
wxEL_ALLOW_EDIT = wx.gizmos.EL_ALLOW_EDIT
|
||||
wxEL_ALLOW_DELETE = wx.gizmos.EL_ALLOW_DELETE
|
||||
wxEditableListBox = wx.gizmos.EditableListBox
|
||||
wxEditableListBoxPtr = wx.gizmos.EditableListBoxPtr
|
||||
wxRemotelyScrolledTreeCtrl = wx.gizmos.RemotelyScrolledTreeCtrl
|
||||
wxRemotelyScrolledTreeCtrlPtr = wx.gizmos.RemotelyScrolledTreeCtrlPtr
|
||||
wxTreeCompanionWindow = wx.gizmos.TreeCompanionWindow
|
||||
wxTreeCompanionWindowPtr = wx.gizmos.TreeCompanionWindowPtr
|
||||
wxThinSplitterWindow = wx.gizmos.ThinSplitterWindow
|
||||
wxThinSplitterWindowPtr = wx.gizmos.ThinSplitterWindowPtr
|
||||
wxSplitterScrolledWindow = wx.gizmos.SplitterScrolledWindow
|
||||
wxSplitterScrolledWindowPtr = wx.gizmos.SplitterScrolledWindowPtr
|
||||
wxLED_ALIGN_LEFT = wx.gizmos.LED_ALIGN_LEFT
|
||||
wxLED_ALIGN_RIGHT = wx.gizmos.LED_ALIGN_RIGHT
|
||||
wxLED_ALIGN_CENTER = wx.gizmos.LED_ALIGN_CENTER
|
||||
@@ -42,13 +50,16 @@ wxLED_ALIGN_MASK = wx.gizmos.LED_ALIGN_MASK
|
||||
wxLED_DRAW_FADED = wx.gizmos.LED_DRAW_FADED
|
||||
wxPreLEDNumberCtrl = wx.gizmos.PreLEDNumberCtrl
|
||||
wxLEDNumberCtrl = wx.gizmos.LEDNumberCtrl
|
||||
wxLEDNumberCtrlPtr = wx.gizmos.LEDNumberCtrlPtr
|
||||
wxTL_ALIGN_LEFT = wx.gizmos.TL_ALIGN_LEFT
|
||||
wxTL_ALIGN_RIGHT = wx.gizmos.TL_ALIGN_RIGHT
|
||||
wxTL_ALIGN_CENTER = wx.gizmos.TL_ALIGN_CENTER
|
||||
wxTREE_HITTEST_ONITEMCOLUMN = wx.gizmos.TREE_HITTEST_ONITEMCOLUMN
|
||||
wxTreeListColumnInfo = wx.gizmos.TreeListColumnInfo
|
||||
wxTreeListColumnInfoPtr = wx.gizmos.TreeListColumnInfoPtr
|
||||
wxPreTreeListCtrl = wx.gizmos.PreTreeListCtrl
|
||||
wxTreeListCtrl = wx.gizmos.TreeListCtrl
|
||||
wxTreeListCtrlPtr = wx.gizmos.TreeListCtrlPtr
|
||||
|
||||
|
||||
d = globals()
|
||||
|
Reference in New Issue
Block a user