Class: Wx::IdleMode
- Inherits:
-
Enum
- Object
- Enum
- Wx::IdleMode
- Defined in:
- lib/wx/doc/gen/event.rb
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)