From b9349044d1da4e266a461c28db7878bc90e58937 Mon Sep 17 00:00:00 2001 From: Scott Talbert Date: Fri, 4 Mar 2016 21:02:53 -0500 Subject: [PATCH] Document that the wx.animate classes moved to wx.adv --- docs/classic_vs_phoenix.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/classic_vs_phoenix.txt b/docs/classic_vs_phoenix.txt index e783105d..68af6421 100644 --- a/docs/classic_vs_phoenix.txt +++ b/docs/classic_vs_phoenix.txt @@ -741,6 +741,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`