Class: Wx::SF::ControlShape::EVTPROCESSING
- Defined in:
- lib/wx/shapes/shapes/control_shape.rb
Overview
Way of processing of GUI control’s events.
Constant Summary collapse
- NONE =
Event isn’t processed.
self.new(0)
- KEY2GUI =
Keyboard events are processed by the GUI control.
self.new(1)
- KEY2CANVAS =
Keyboard events are send to a shape canvas.
self.new(2)
- MOUSE2GUI =
Mouse events are processed by the GUI control.
self.new(4)
- MOUSE2CANVAS =
Mouse events are send to a shape canvas.
self.new(8)