Wrap some deprecation wrappers around newly deprecated items
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38732 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -55,7 +55,6 @@ wxGaugeNameStr = wx._controls.GaugeNameStr
|
||||
wxGA_HORIZONTAL = wx._controls.GA_HORIZONTAL
|
||||
wxGA_VERTICAL = wx._controls.GA_VERTICAL
|
||||
wxGA_SMOOTH = wx._controls.GA_SMOOTH
|
||||
wxGA_PROGRESSBAR = wx._controls.GA_PROGRESSBAR
|
||||
wxGauge = wx._controls.Gauge
|
||||
wxPreGauge = wx._controls.PreGauge
|
||||
wxGauge_GetClassDefaultAttributes = wx._controls.Gauge_GetClassDefaultAttributes
|
||||
@@ -100,7 +99,6 @@ wxTE_DONTWRAP = wx._controls.TE_DONTWRAP
|
||||
wxTE_CHARWRAP = wx._controls.TE_CHARWRAP
|
||||
wxTE_WORDWRAP = wx._controls.TE_WORDWRAP
|
||||
wxTE_BESTWRAP = wx._controls.TE_BESTWRAP
|
||||
wxTE_LINEWRAP = wx._controls.TE_LINEWRAP
|
||||
wxTE_RICH2 = wx._controls.TE_RICH2
|
||||
wxTE_CAPITALIZE = wx._controls.TE_CAPITALIZE
|
||||
wxTEXT_ALIGNMENT_DEFAULT = wx._controls.TEXT_ALIGNMENT_DEFAULT
|
||||
@@ -192,6 +190,7 @@ wxBK_BOTTOM = wx._controls.BK_BOTTOM
|
||||
wxBK_LEFT = wx._controls.BK_LEFT
|
||||
wxBK_RIGHT = wx._controls.BK_RIGHT
|
||||
wxBK_ALIGN_MASK = wx._controls.BK_ALIGN_MASK
|
||||
wxBK_BUTTONBAR = wx._controls.BK_BUTTONBAR
|
||||
wxBookCtrlBase = wx._controls.BookCtrlBase
|
||||
wxBookCtrlBase_GetClassDefaultAttributes = wx._controls.BookCtrlBase_GetClassDefaultAttributes
|
||||
wxBookCtrlBaseEvent = wx._controls.BookCtrlBaseEvent
|
||||
@@ -378,8 +377,6 @@ wxTR_ROW_LINES = wx._controls.TR_ROW_LINES
|
||||
wxTR_FULL_ROW_HIGHLIGHT = wx._controls.TR_FULL_ROW_HIGHLIGHT
|
||||
wxTR_DEFAULT_STYLE = wx._controls.TR_DEFAULT_STYLE
|
||||
wxTR_TWIST_BUTTONS = wx._controls.TR_TWIST_BUTTONS
|
||||
wxTR_MAC_BUTTONS = wx._controls.TR_MAC_BUTTONS
|
||||
wxTR_AQUA_BUTTONS = wx._controls.TR_AQUA_BUTTONS
|
||||
wxTreeItemIcon_Normal = wx._controls.TreeItemIcon_Normal
|
||||
wxTreeItemIcon_Selected = wx._controls.TreeItemIcon_Selected
|
||||
wxTreeItemIcon_Expanded = wx._controls.TreeItemIcon_Expanded
|
||||
|
Reference in New Issue
Block a user