Version: 3.1.0
wxVisualAttributes Struct Reference

#include <wx/window.h>

Detailed Description

Struct containing all the visual attributes of a control.

Public Attributes

wxFont font
 The font used for control label/text inside it. More...
 
wxColour colFg
 The foreground colour. More...
 
wxColour colBg
 The background colour. More...
 

Member Data Documentation

wxColour wxVisualAttributes::colBg

The background colour.

May be wxNullColour if the controls background colour is not solid.

wxColour wxVisualAttributes::colFg

The foreground colour.

wxFont wxVisualAttributes::font

The font used for control label/text inside it.