Version: 3.3.0
darkmode.h File Reference

Classes

class  wxDarkModeSettings
 Allows to customize some of the settings used in MSW dark mode. More...
 

Enumerations

enum class  wxMenuColour {
  StandardFg ,
  StandardBg ,
  DisabledFg ,
  HotBg
}
 Constants used with wxDarkModeSettings::GetMenuColour(). More...
 

Enumeration Type Documentation

◆ wxMenuColour

enum wxMenuColour
strong

Constants used with wxDarkModeSettings::GetMenuColour().

Since
3.3.0
Enumerator
StandardFg 

Text colour used for the normal items in dark mode.

StandardBg 

Standard menu background colour.

DisabledFg 

Foreground colour for the disabled items.

HotBg 

Background colour used for the item over which mouse is hovering.