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 : ColourPropertyValue) -> None
ColourPropertyValue(colour : Colour) -> None
ColourPropertyValue(type : Uint32) -> None
ColourPropertyValue(type : Uint32, colour : 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 : ColourPropertyValue)
None
__init__ (self, colour : Colour)
colour (wx.Colour)
None
__init__ (self, type : Uint32)
type (wx.int)
None
__init__ (self, type : Uint32, colour : Colour)
type (wx.int)
colour (wx.Colour)
None
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.