phoenix_title wx.VisualAttributes¶

Struct containing all the visual attributes of a control.


class_hierarchy Class Hierarchy¶

Inheritance diagram for class VisualAttributes:

property_summary 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.


api 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.