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.
m_colour |
A public C++ attribute of type Colour . Resulting 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. |
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)
Parameters: | v (wx.propgrid.ColourPropertyValue) – |
---|
__init__ (self, colour)
Parameters: | colour (wx.Colour) – |
---|
__init__ (self, type)
Parameters: | type (wx.int) – |
---|
__init__ (self, type, colour)
Parameters: |
|
---|
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.