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)

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