wx.propgrid.PropertyGridHitTestResult¶
PropertyGridHitTestResult¶
A return value from wx.propgrid.PropertyGrid.HitTest
, contains all you need to know about an arbitrary location on the grid.
Class Hierarchy¶
Methods Summary¶
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. |
Properties Summary¶
See |
|
See |
|
See |
|
Class API¶
- class wx.propgrid.PropertyGridHitTestResult(object)¶
Possible constructors:
PropertyGridHitTestResult() -> None
Methods¶
- __init__(self)¶
- Return type:
None
- 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:
- 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¶
- Property¶
See
GetProperty
- Splitter¶
See
GetSplitter
- SplitterHitOffset¶