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)

Method Summary

Methods inherited from Enum

#!, #&, #<=>, [], #allbits?, #anybits?, #coerce, enumerators, #eql?, #initialize, #inspect, #integer?, #method_missing, #nobits?, non_distinct, #real?, set_non_distinct, #succ, #to_int, #to_s, #|, #~

Constructor Details

This class inherits a constructor from Wx::Enum

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class Wx::Enum