A return value from wx.propgrid.PropertyGrid.HitTest
, contains all you need to know about an arbitrary location on the grid.
Returns column hit. |
|
Returns property hit. |
|
Returns index of splitter hit, -1 for none. |
|
If splitter hit, then this member function returns offset to the exact splitter position. |
See |
|
See |
|
See |
|
wx.propgrid.
PropertyGridHitTestResult
(object)¶Possible constructors:
PropertyGridHitTestResult()
__init__
(self)¶GetColumn
(self)¶Returns column hit.
-1 for margin.
int
GetProperty
(self)¶Returns property hit.
None
if empty space below properties was hit instead.
GetSplitter
(self)¶Returns index of splitter hit, -1 for none.
int
GetSplitterHitOffset
(self)¶If splitter hit, then this member function returns offset to the exact splitter position.
int
Property
¶See GetProperty
Splitter
¶See GetSplitter
SplitterHitOffset
¶