wx.VisualAttributes
Struct containing all the visual attributes of a control.
Class Hierarchy
Inheritance diagram for class
VisualAttributes:
Properties Summary
colBg |
A public C++ attribute of type Colour . The background colour. |
colFg |
A public C++ attribute of type Colour . The foreground colour. |
font |
A public C++ attribute of type Font . The font used for control label/text inside it. |
Class API
-
class
wx.
VisualAttributes
(object)
Struct containing all the visual attributes of a control.
Properties
-
colBg
A public C++ attribute of type Colour
. The background colour.
-
colFg
A public C++ attribute of type Colour
. The foreground colour.
-
font
A public C++ attribute of type Font
. The font used for control label/text inside it.