Phoenix Logo

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()

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.


Methods



__init__(self, *args, **kw)

overload Overloaded Implementations:



__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:





Init(self, type, colour)
Parameters:

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.