.. 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.GeometryInfo:
==========================================================================================================================================
|phoenix_title| **wx.lib.agw.ultimatelistctrl.GeometryInfo**
==========================================================================================================================================
A simple class which holds items geometries for :class:`UltimateListCtrl` not in
report mode.
|
|class_hierarchy| Class Hierarchy
=================================
.. raw:: html

Inheritance diagram for class
GeometryInfo:
|
|method_summary| Methods Summary
================================
================================================================================ ================================================================================
:meth:`~wx.lib.agw.ultimatelistctrl.GeometryInfo.__init__` Default class constructor.
:meth:`~wx.lib.agw.ultimatelistctrl.GeometryInfo.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 :class:`UltimateListCtrl` not in
report mode.
.. method:: __init__(self)
Default class constructor.
.. method:: ExtendWidth(self, w)
Extends all our rectangles to be centered inside the one of given width.
:param `w`: the given width.