Class: Wx::UpdateUIMode

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

Overview

The possibles modes to pass to Wx::UpdateUIEvent.set_mode.

Constant Summary collapse

UPDATE_UI_PROCESS_ALL =

Send UI update events to all windows.

Wx::UpdateUIMode.new(0)
UPDATE_UI_PROCESS_SPECIFIED =

Send UI update events to windows that have the WS_EX_PROCESS_UI_UPDATES flag specified.

Wx::UpdateUIMode.new(1)