Class: Wx::IdleMode
Overview
See Wx::IdleEvent.set_mode for more info.
Constant Summary collapse
- IDLE_PROCESS_ALL =
Send idle events to all windows.
Wx::IdleMode.new(0)
- IDLE_PROCESS_SPECIFIED =
Send idle events to windows that have the WS_EX_PROCESS_IDLE flag specified.
Wx::IdleMode.new(1)
Method Summary
Methods inherited from Enum
#!, #&, #<=>, #allbits?, #anybits?, #coerce, #eql?, #initialize, #inspect, #integer?, #method_missing, #nobits?, #real?, #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