A simple class which holds information about UltimateListCtrl
columns.
Default class constructor |
ColWidthInfo
(object)¶A simple class which holds information about UltimateListCtrl
columns.
__init__
(self, w=0, needsUpdate=True)¶Default class constructor
w – the initial width of the column;
needsUpdate – True
if the column needs refreshing, False
otherwise.