Class: Wx::PG::PropertyGridHitTestResult

Inherits:
Object
  • Object
show all
Defined in:
lib/wx/doc/gen/pg/property_grid_page_state.rb

Overview

Note:

This class is untracked and should not be derived from nor instances extended!

wxPropertyGridHitTestResult

A return value from Wx::PG::PropertyGrid#hit_test, contains all you need to know about an arbitrary location on the grid.

Requires:

  • USE_PROPGRID

Instance Method Summary collapse

Constructor Details

#initializeWx::PG::PropertyGridHitTestResult



135
# File 'lib/wx/doc/gen/pg/property_grid_page_state.rb', line 135

def initialize; end

Instance Method Details

#get_columnInteger Also known as: column

Returns column hit.

-1 for margin.

Returns:

  • (Integer)


141
# File 'lib/wx/doc/gen/pg/property_grid_page_state.rb', line 141

def get_column; end

#get_propertyWx::PG::PGProperty Also known as: property

Returns property hit.

NULL if empty space below properties was hit instead.

Returns:



148
# File 'lib/wx/doc/gen/pg/property_grid_page_state.rb', line 148

def get_property; end

#get_splitterInteger Also known as: splitter

Returns index of splitter hit, -1 for none.

Returns:

  • (Integer)


153
# File 'lib/wx/doc/gen/pg/property_grid_page_state.rb', line 153

def get_splitter; end

#get_splitter_hit_offsetInteger Also known as: splitter_hit_offset

If splitter hit, then this member function returns offset to the exact splitter position.

Returns:

  • (Integer)


158
# File 'lib/wx/doc/gen/pg/property_grid_page_state.rb', line 158

def get_splitter_hit_offset; end