wx.propgrid.ColourPropertyValue¶
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.
Class Hierarchy¶
Methods Summary¶
Properties Summary¶
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. |
Class API¶
- class wx.propgrid.ColourPropertyValue(Object)¶
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.
Methods¶
- __init__(self, *args, **kw)¶
-
__init__ (self)
- Return type:
None
__init__ (self, v)
- Parameters:
- Return type:
None
__init__ (self, colour)
- Parameters:
colour (wx.Colour)
- Return type:
None
__init__ (self, type)
- Parameters:
type (wx.int)
- Return type:
None
__init__ (self, type, colour)
- Parameters:
type (wx.int)
colour (wx.Colour)
- Return type:
None
Properties¶
- 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.