Class: Wx::PG::PropertyGridHitTestResult
- Inherits:
-
Object
- Object
- Wx::PG::PropertyGridHitTestResult
- 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.
Instance Method Summary collapse
-
#get_column ⇒ Integer
(also: #column)
Returns column hit.
-
#get_property ⇒ Wx::PG::PGProperty
(also: #property)
Returns property hit.
-
#get_splitter ⇒ Integer
(also: #splitter)
Returns index of splitter hit, -1 for none.
-
#get_splitter_hit_offset ⇒ Integer
(also: #splitter_hit_offset)
If splitter hit, then this member function returns offset to the exact splitter position.
- #initialize ⇒ Wx::PG::PropertyGridHitTestResult constructor
Constructor Details
#initialize ⇒ Wx::PG::PropertyGridHitTestResult
135 |
# File 'lib/wx/doc/gen/pg/property_grid_page_state.rb', line 135 def initialize; end |
Instance Method Details
#get_column ⇒ Integer Also known as: column
Returns column hit.
-1 for margin.
141 |
# File 'lib/wx/doc/gen/pg/property_grid_page_state.rb', line 141 def get_column; end |
#get_property ⇒ Wx::PG::PGProperty Also known as: property
Returns property hit.
NULL if empty space below properties was hit instead.
148 |
# File 'lib/wx/doc/gen/pg/property_grid_page_state.rb', line 148 def get_property; end |
#get_splitter ⇒ Integer Also known as: splitter
Returns index of splitter hit, -1 for none.
153 |
# File 'lib/wx/doc/gen/pg/property_grid_page_state.rb', line 153 def get_splitter; end |
#get_splitter_hit_offset ⇒ Integer Also known as: splitter_hit_offset
If splitter hit, then this member function returns offset to the exact splitter position.
158 |
# File 'lib/wx/doc/gen/pg/property_grid_page_state.rb', line 158 def get_splitter_hit_offset; end |