mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-08 04:50:07 +01:00
Just a little cleanup
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxPython/Phoenix/trunk@72016 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
2
TODO.txt
2
TODO.txt
@@ -140,7 +140,7 @@ other dev stuff
|
||||
* Add a _msw module that will contain classes and such that are only
|
||||
available in the Windows port:
|
||||
|
||||
* axbase (ActiveX. Need to figure out best ways to do MSW-only items...)
|
||||
* axbase (ActiveX.)
|
||||
* wxCHMHelpController
|
||||
* metafile
|
||||
* Any others?
|
||||
|
||||
@@ -39,6 +39,7 @@ class headerctrl_Tests(wtc.WidgetTestCase):
|
||||
wx.EVT_HEADER_END_REORDER
|
||||
wx.EVT_HEADER_DRAGGING_CANCELLED
|
||||
|
||||
|
||||
@unittest.expectedFailure # it's an abstract class
|
||||
def test_headerctrl2(self):
|
||||
hc = wx.HeaderCtrl(self.frame)
|
||||
|
||||
Reference in New Issue
Block a user