Class: Wx::HitTest
- Inherits:
-
Enum
- Object
- Enum
- Wx::HitTest
- Defined in:
- lib/wx/doc/gen/defs.rb
Overview
Generic hit test results.
Constant Summary collapse
- HT_NOWHERE =
Wx::HitTest.new(0)
- HT_SCROLLBAR_FIRST =
Wx::HitTest.new(0)
- HT_SCROLLBAR_ARROW_LINE_1 =
left or upper arrow to scroll by line
Wx::HitTest.new(1)
- HT_SCROLLBAR_ARROW_LINE_2 =
right or down
Wx::HitTest.new(2)
- HT_SCROLLBAR_ARROW_PAGE_1 =
left or upper arrow to scroll by page
Wx::HitTest.new(3)
- HT_SCROLLBAR_ARROW_PAGE_2 =
right or down
Wx::HitTest.new(4)
- HT_SCROLLBAR_THUMB =
on the thumb
Wx::HitTest.new(5)
- HT_SCROLLBAR_BAR_1 =
bar to the left/above the thumb
Wx::HitTest.new(6)
- HT_SCROLLBAR_BAR_2 =
bar to the right/below the thumb
Wx::HitTest.new(7)
- HT_SCROLLBAR_LAST =
Wx::HitTest.new(8)
- HT_WINDOW_OUTSIDE =
not in this window at all
Wx::HitTest.new(9)
- HT_WINDOW_INSIDE =
in the client area
Wx::HitTest.new(10)
- HT_WINDOW_VERT_SCROLLBAR =
on the vertical scrollbar
Wx::HitTest.new(11)
- HT_WINDOW_HORZ_SCROLLBAR =
on the horizontal scrollbar
Wx::HitTest.new(12)
- HT_WINDOW_CORNER =
on the corner between 2 scrollbars
Wx::HitTest.new(13)
- HT_MAX =
Wx::HitTest.new(14)