.. wxPython Phoenix documentation This file was generated by Phoenix's sphinx generator and associated tools, do not edit by hand. Copyright: (c) 2011-2020 by Total Control Software License: wxWindows License .. include:: headings.inc .. currentmodule:: wx.lib.agw.ultimatelistctrl .. highlight:: python .. _wx.lib.agw.ultimatelistctrl.ColWidthInfo: ========================================================================================================================================== |phoenix_title| **wx.lib.agw.ultimatelistctrl.ColWidthInfo** ========================================================================================================================================== A simple class which holds information about :class:`UltimateListCtrl` columns. | |class_hierarchy| Class Hierarchy ================================= .. raw:: html
Inheritance diagram for class ColWidthInfo:
| |method_summary| Methods Summary ================================ ================================================================================ ================================================================================ :meth:`~wx.lib.agw.ultimatelistctrl.ColWidthInfo.__init__` Default class constructor ================================================================================ ================================================================================ | |api| Class API =============== .. class:: ColWidthInfo(object) A simple class which holds information about :class:`UltimateListCtrl` columns. .. method:: __init__(self, w=0, needsUpdate=True) Default class constructor :param `w`: the initial width of the column; :param `needsUpdate`: ``True`` if the column needs refreshing, ``False`` otherwise.