|
- Method resolution order:
- wxColour_DT
- BaseType_DT
- DataTypeDefinition
- object
Class methods defined here:
- coerce(cls, value) from type
- Attempt to convert the given value to a wxColour
Accepted Values:
wxColourPtr
'#FFFFFF' style strings
'black' string colour names
3-tuple or 3-list of 0-255 integers
None -- (gives black)
Data and other attributes defined here:
- baseType = <class wxPython.gdi.wxColourPtr at 0x00FBC420>
- dataType = 'wx.colour'
Class methods inherited from BaseType_DT:
- check(cls, value) from type
- Determine whether value conforms to definition
- factories(cls) from type
- Determine a sequence of factory objects
Static methods inherited from BaseType_DT:
- __new__(cls, *args, **named)
- Create a new instance of our base-type
Data and other attributes inherited from DataTypeDefinition:
- __dict__ = <dictproxy object at 0x029B4610>
- dictionary for instance variables (if defined)
- __weakref__ = <attribute '__weakref__' of 'DataTypeDefinition' objects>
- list of weak references to the object (if defined)
|