#include <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. More... | |
int | splitter |
Index of splitter hit, -1 for none. More... | |
int | splitterHitOffset |
If splitter hit, offset to that. More... | |
Private Attributes | |
wxPGProperty * | property |
Property. More... | |
|
inline |
int wxPropertyGridHitTestResult::column |
Column.
-1 for margin.
|
private |
Property.
NULL if empty space below properties was hit
int wxPropertyGridHitTestResult::splitter |
Index of splitter hit, -1 for none.
int wxPropertyGridHitTestResult::splitterHitOffset |
If splitter hit, offset to that.