Because text, background and other colours tend to differ between platforms, wx.propgrid.SystemColourProperty must be able to select between system colour and, when necessary, to pick a custom one.
wx.propgrid.SystemColourProperty value makes this possible.
A public C++ attribute of type |
|
A public C++ attribute of type int . An integer value relating to the colour, and which exact meaning depends on the property with which it is used. |
Possible constructors:
ColourPropertyValue() -> None
ColourPropertyValue(v) -> None
ColourPropertyValue(colour) -> None
ColourPropertyValue(type) -> None
ColourPropertyValue(type, colour) -> None
Because text, background and other colours tend to differ between platforms, SystemColourProperty must be able to select between system colour and, when necessary, to pick a custom one.
__init__ (self)
None
__init__ (self, v)
None
__init__ (self, colour)
colour (wx.Colour)
None
__init__ (self, type)
type (wx.int)
None
__init__ (self, type, colour)
type (wx.int)
colour (wx.Colour)
None
A public C++ attribute of type int . An integer value relating to the colour, and which exact meaning depends on the property with which it is used.