Class: Wx::EventPropagation

Inherits:
Enum
  • Object
show all
Defined in:
lib/wx/doc/gen/event.rb

Overview

The predefined constants for the number of times we propagate event upwards window child-parent chain.

Constant Summary collapse

EVENT_PROPAGATE_NONE =

don't propagate it at all

Wx::EventPropagation.new(0)
EVENT_PROPAGATE_MAX =

propagate it until it is processed

Wx::EventPropagation.new(2147483647)