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. |
wx.propgrid.
ColourPropertyValue
(Object)¶Possible constructors:
ColourPropertyValue()
ColourPropertyValue(v)
ColourPropertyValue(colour)
ColourPropertyValue(type)
ColourPropertyValue(type, colour)
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, *args, **kw)¶__init__ (self)
__init__ (self, v)
__init__ (self, colour)
colour (wx.Colour) –
__init__ (self, type)
type (wx.int) –
__init__ (self, type, colour)
type (wx.int) –
colour (wx.Colour) –
m_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.