A return value from wx.propgrid.PropertyGrid.HitTest
, contains all you need to know about an arbitrary location on the grid.
__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. |
Column |
See GetColumn |
Property |
See GetProperty |
Splitter |
See GetSplitter |
SplitterHitOffset |
See GetSplitterHitOffset |
wx.propgrid.
PropertyGridHitTestResult
(object)¶Possible constructors:
PropertyGridHitTestResult()
__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 |
---|
Property
¶See GetProperty
Splitter
¶See GetSplitter
SplitterHitOffset
¶