phoenix_title 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 Class Hierarchy

Inheritance diagram for class ColourPropertyValue:

method_summary Methods Summary

__init__

Init


property_summary Properties Summary

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.


api Class API

class 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.


Methods

__init__(self, *args, **kw)

overload Overloaded Implementations:



__init__ (self)

Return type:

None



__init__ (self, v : ColourPropertyValue)

Parameters:

v (wx.propgrid.ColourPropertyValue) –

Return type:

None



__init__ (self, colour : Colour)

Parameters:

colour (wx.Colour) –

Return type:

None



__init__ (self, type : Uint32)

Parameters:

type (wx.int) –

Return type:

None



__init__ (self, type : Uint32, colour : Colour)

Parameters:
Return type:

None





Init(self, type : Uint32, colour : Colour)
Parameters:
Return type:

None


Properties

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.