Merge pull request #44 from swt2c/animate_moved

Document that the wx.animate classes moved to wx.adv
This commit is contained in:
Robin Dunn
2016-05-02 20:58:50 -07:00

View File

@@ -742,6 +742,8 @@ Modules which have moved
`Classic` Name `Phoenix` Name
=========================================================== ===========================================================
wx.calendar.CalendarCtrl :mod:`adv.CalendarCtrl`
wx.animate.Animation :mod:`adv.Animation`
wx.animate.AnimationCtrl :mod:`adv.AnimationCtrl`
wx.combo.OwnerDrawnComboBox :mod:`adv.OwnerDrawnComboBox`
wx.gizmos.EditableListBox :mod:`adv.EditableListBox`
wx.gizmos.TreeListCtrl :mod:`dataview.TreeListCtrl`