 
       wx.propgrid.PropertyGridHitTestResult¶
  wx.propgrid.PropertyGridHitTestResult¶ PropertyGridHitTestResult¶
 PropertyGridHitTestResult¶A return value from wx.propgrid.PropertyGrid.HitTest , contains all you need to know about an arbitrary location on the grid.
 Methods 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. | 
 Properties Summary¶
 Properties Summary¶| Column | See GetColumn | 
| Property | See GetProperty | 
| Splitter | See GetSplitter | 
| SplitterHitOffset | See GetSplitterHitOffset | 
 Class API¶
 Class API¶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¶