Class: Wx::DialogLayoutAdaptationMode

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

Overview

Constant Summary collapse

DIALOG_ADAPTATION_MODE_DEFAULT =

Use global adaptation enabled status.

Wx::DialogLayoutAdaptationMode.new(0)
DIALOG_ADAPTATION_MODE_ENABLED =

Enable this dialog overriding global status.

Wx::DialogLayoutAdaptationMode.new(1)
DIALOG_ADAPTATION_MODE_DISABLED =

Disable this dialog overriding global status.

Wx::DialogLayoutAdaptationMode.new(2)