Class: Wx::SF::ControlShape::EVTPROCESSING

Inherits:
Enum
  • Object
show all
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)

Method Summary

Methods inherited from Enum

#init_from_serialized