Fix to use old AutoWidthMixin API
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29918 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
		@@ -35,7 +35,7 @@ class TestListCtrl(wx.ListCtrl,
 | 
			
		||||
        wx.ListCtrl.__init__(self, parent, ID, pos, size, style)
 | 
			
		||||
 | 
			
		||||
        # Divide remaining space over all columns
 | 
			
		||||
        listmix.ListCtrlAutoWidthMixin.__init__(self, 0, 3)
 | 
			
		||||
        listmix.ListCtrlAutoWidthMixin.__init__(self)
 | 
			
		||||
        self.Populate()
 | 
			
		||||
        listmix.TextEditMixin.__init__(self)
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user