Version: 2.9.4
Public Member Functions | Public Attributes
wxPropertyGridHitTestResult Struct Reference

#include </home/zeitlin/src/wx/github/interface/wx/propgrid/propgridpagestate.h>


Detailed Description

wxPropertyGridHitTestResult

A return value from wxPropertyGrid::HitTest(), contains all you need to know about an arbitrary location on the grid.

Public Member Functions

wxPGPropertyGetProperty () const

Public Attributes

int column
 Column.
int splitter
 Index of splitter hit, -1 for none.
int splitterHitOffset
 If splitter hit, offset to that.

List of all members.


Member Function Documentation

wxPGProperty* wxPropertyGridHitTestResult::GetProperty ( ) const [inline]

Member Data Documentation

Column.

-1 for margin.

Index of splitter hit, -1 for none.

If splitter hit, offset to that.

 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Defines