mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2025-12-16 09:40:07 +01:00
Add missing DeleteAllColumns
This commit is contained in:
@@ -194,6 +194,11 @@ class listctrl_Tests(wtc.WidgetTestCase):
|
||||
lc.SetItemData(0, wx._core._LONG_MAX + 100)
|
||||
|
||||
|
||||
def test_listctrlDeleteAllColumns(self):
|
||||
lc = self._makeListCtrl()
|
||||
lc.DeleteAllColumns()
|
||||
|
||||
|
||||
#---------------------------------------------------------------------------
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user