wx.lib.agw.ultimatelistctrl.ColWidthInfo¶A simple class which holds information about UltimateListCtrl columns.
Class Hierarchy¶
Inheritance diagram for class ColWidthInfo:
Methods Summary¶Default class constructor |
Class API¶A simple class which holds information about UltimateListCtrl columns.
Default class constructor
w – the initial width of the column;
needsUpdate – True if the column needs refreshing, False
otherwise.