Phoenix Logo

phoenix_title wx.propgrid.PropertyGridHitTestResult

phoenix_title PropertyGridHitTestResult

A return value from wx.propgrid.PropertyGrid.HitTest , contains all you need to know about an arbitrary location on the grid.


class_hierarchy Class Hierarchy

Inheritance diagram for class PropertyGridHitTestResult:

method_summary Methods Summary

__init__  
GetColumn Returns column hit.
GetProperty Returns property hit.
GetSplitter Returns index of splitter hit, -1 for none.
GetSplitterHitOffset If splitter hit, then this member function returns offset to the exact splitter position.

api Class API



class wx.propgrid.PropertyGridHitTestResult(object)

Possible constructors:

PropertyGridHitTestResult()

Methods



__init__(self)


GetColumn(self)

Returns column hit.

-1 for margin.

Return type:int


GetProperty(self)

Returns property hit.

None if empty space below properties was hit instead.

Return type: wx.propgrid.PGProperty


GetSplitter(self)

Returns index of splitter hit, -1 for none.

Return type:int


GetSplitterHitOffset(self)

If splitter hit, then this member function returns offset to the exact splitter position.

Return type:int

Properties



Column

See GetColumn



Property

See GetProperty



Splitter

See GetSplitter



SplitterHitOffset

See GetSplitterHitOffset