Table Of Contents

Previous topic

ultimatelistctrl

Next topic

CommandListEvent

This Page

phoenix_title ColWidthInfo

A simple class which holds information about UltimateListCtrl columns.


class_hierarchy Inheritance Diagram

Inheritance diagram for class ColWidthInfo

Inheritance diagram of ColWidthInfo


method_summary Methods Summary

__init__ Default class constructor

api Class API



class ColWidthInfo(object)

A simple class which holds information about UltimateListCtrl columns.


Methods



__init__(self, w=0, needsUpdate=True)

Default class constructor

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