Class: Wx::SystemFeature

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

Overview

Possible values for Wx::SystemSettings.has_feature parameter.

Constant Summary collapse

SYS_CAN_DRAW_FRAME_DECORATIONS =
Wx::SystemFeature.new(1)
SYS_CAN_ICONIZE_FRAME =
Wx::SystemFeature.new(2)
SYS_TABLET_PRESENT =
Wx::SystemFeature.new(3)