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 |
|
Possible constructors:
PropertyGridHitTestResult() -> None
None
Returns column hit.
-1 for margin.
int
Returns property hit.
None
if empty space below properties was hit instead.
Returns index of splitter hit, -1 for none.
int
If splitter hit, then this member function returns offset to the exact splitter position.
int
See GetProperty
See GetSplitter