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() -> 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, *args, **kw)¶__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
Init
(self, type : Uint32, colour : Colour)¶type (wx.int) –
colour (wx.Colour) –
None
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.