mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-05 11:30:06 +01:00
Updates from Werner, PR25
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxPython/Phoenix/trunk@75584 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -11,8 +11,8 @@ Introduction
|
||||
------------
|
||||
|
||||
This document contains a list of the most common wxPython functions, classes and :class:`Window` / :class:`Sizer`
|
||||
methods which need to be changed to a new syntax in Phoenix; it presents the modification in a 2-columns,
|
||||
space-separated table containing the old wxPython (Classic) name on the left and the new (if it exists)
|
||||
methods which need to be changed to a new syntax in Phoenix; it presents the modification in a 2-columns,
|
||||
space-separated table containing the old wxPython (Classic) name on the left and the new (if it exists)
|
||||
Phoenix name on the right. I found it impressively useful while porting AGW to Phoenix.
|
||||
|
||||
|
||||
@@ -40,6 +40,7 @@ ArtProvider_Insert :meth:`ArtProvider.
|
||||
ArtProvider_Pop :meth:`ArtProvider.Pop`
|
||||
ArtProvider_Push :meth:`ArtProvider.Push`
|
||||
ArtProvider_PushBack :meth:`ArtProvider.PushBack`
|
||||
Bitmap.SetBitmapSelected :meth:`Bitmap.SetBitmapPressed`
|
||||
BitmapFromBits :class:`Bitmap`
|
||||
BitmapFromIcon :class:`Bitmap`
|
||||
BitmapFromImage :class:`Bitmap`
|
||||
@@ -484,6 +485,7 @@ ScrollHelper :class:`VarHVScroll
|
||||
SearchCtrlBase :class:`SearchCtrl`
|
||||
SetCursor ``MISSING``
|
||||
SetDefaultPyEncoding ``REMOVED``
|
||||
SetBitmapSelected :meth:`AnyButton.SetBitmapPressed`
|
||||
ShowTip :func:`adv.ShowTip <ShowTip>`
|
||||
SimpleHtmlListBox ``MISSING``
|
||||
SizerFlags_GetDefaultBorder :meth:`SizerFlags.GetDefaultBorder`
|
||||
@@ -520,6 +522,7 @@ StockGDI_GetCursor :meth:`StockGDI.Get
|
||||
StockGDI_GetPen :meth:`StockGDI.GetPen`
|
||||
StockGDI_instance :meth:`StockGDI.instance`
|
||||
StopWatch ``MISSING``
|
||||
StyledTextCtrl.SetUseAntiAliasing ``REMOVED``
|
||||
SystemOptions_GetOption :meth:`SystemOptions.GetOption`
|
||||
SystemOptions_GetOptionInt :meth:`SystemOptions.GetOptionInt`
|
||||
SystemOptions_HasOption :meth:`SystemOptions.HasOption`
|
||||
@@ -633,7 +636,7 @@ GetLogicalOriginTuple :meth:`~DC.GetLogic
|
||||
GetMultiLineTextExtent :meth:`~DC.GetFullMultiLineTextExtent`
|
||||
GetOptimization ``REMOVED``
|
||||
GetPixelPoint :meth:`~DC.GetPixel`
|
||||
GetResolution :meth:`~DC.GetPPI`
|
||||
GetResolution :meth:`~DC.GetPPI`
|
||||
GetSizeMMTuple :meth:`~DC.GetSizeMM`
|
||||
Ok :meth:`~DC.IsOk`
|
||||
SetClippingRect :meth:`~DC.SetClippingRegion`
|
||||
@@ -728,3 +731,24 @@ wx.lib.shell ``REMOVED``
|
||||
wx.lib.splashscreen ``REMOVED``
|
||||
wx.lib.wxPlotCanvas ``REMOVED``
|
||||
=========================================================== ===========================================================
|
||||
|
||||
|
||||
|
||||
|
||||
Modules which have moved
|
||||
------------------------
|
||||
|
||||
=========================================================== ===========================================================
|
||||
`Classic` Name `Phoenix` Name
|
||||
=========================================================== ===========================================================
|
||||
wx.calendar.CalendarCtrl :mod:`adv.CalendarCtrl`
|
||||
wx.combo.OwnerDrawnComboBox :mod:`adv.OwnerDrawnComboBox`
|
||||
wx.gizmos.EditableListBox :mod:`adv.EditableListBox`
|
||||
wx.gizmos.TreeListCtrl :mod:`adv.TreeListCtrl`
|
||||
wx.AboutBox :mod:`adv.AboutBox`
|
||||
wx.AboutDialogInfo :mod:`adv.AboutDialogInfo`
|
||||
wx.DatePickerCtrl :mod:`adv.DatePickerCtrl`
|
||||
wx.TaskBarIcon :mod:`adv.TaskBarIcon`
|
||||
wx.SplashScreen :mod:`adv.SplashScreen`
|
||||
wx.wizard.Wizard :mod:`adv.Wizard`
|
||||
=========================================================== ===========================================================
|
||||
|
||||
Reference in New Issue
Block a user