#include </home/zeitlin/src/wx/github/interface/wx/propgrid/propgridpagestate.h>
A return value from wxPropertyGrid::HitTest(), contains all you need to know about an arbitrary location on the grid.
Public Member Functions | |
wxPGProperty * | GetProperty () const |
Public Attributes | |
int | column |
Column. | |
int | splitter |
Index of splitter hit, -1 for none. | |
int | splitterHitOffset |
If splitter hit, offset to that. |
wxPGProperty* wxPropertyGridHitTestResult::GetProperty | ( | ) | const [inline] |
Column.
-1 for margin.
Index of splitter hit, -1 for none.
If splitter hit, offset to that.