AGW Logo

agw_title ColWidthInfo

A simple class which holds information about UltimateListCtrl columns.

hierarchy Inheritance Diagram

Inheritance diagram for: ColWidthInfo

Inheritance diagram of ColWidthInfo


method_summary Methods Summary

__init__Default class constructor

API Class API

class ColWidthInfo(object)[source]

A simple class which holds information about UltimateListCtrl columns.



__init__(w=0, needsUpdate=True)[source]

Default class constructor

Parameters:
  • w – the initial width of the column;
  • needsUpdateTrue if the column needs refreshing, False otherwise.
Tree

Table Of Contents

Previous topic

ultimatelistctrl

Next topic

CommandListEvent