Class: Wx::UpdateUI

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

Overview

Flags which can be used in Window#update_window_ui.

Constant Summary collapse

UPDATE_UI_NONE =
Wx::UpdateUI.new(0)
UPDATE_UI_RECURSE =
Wx::UpdateUI.new(1)
UPDATE_UI_FROMIDLE =

Invoked from On(Internal)Idle.

Wx::UpdateUI.new(2)