Table Of Contents

Previous topic

CommandListEvent

Next topic

PyImageList

This Page

phoenix_title GeometryInfo

A simple class which holds items geometries for UltimateListCtrl not in report mode.


class_hierarchy Inheritance Diagram

Inheritance diagram for class GeometryInfo

Inheritance diagram of GeometryInfo


method_summary Methods Summary

__init__ Default class constructor.
ExtendWidth Extends all our rectangles to be centered inside the one of given width.

api Class API



class GeometryInfo(object)

A simple class which holds items geometries for UltimateListCtrl not in report mode.


Methods



__init__(self)

Default class constructor.



ExtendWidth(self, w)

Extends all our rectangles to be centered inside the one of given width.

Parameters:w – the given width.