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