basictypes.wx.colour
index
p:\properties\basictypes\wx\colour.py

wxPython colour data-type definition

 
Modules
       
clip_dndc
cmndlgsc
wxPython.lib.colourdb
controls2c
controlsc
basictypes.datatypedefinition
eventsc
filesysc
fontsc
framesc
gdic
imagec
mdic
misc2c
miscc
printfwc
basictypes.registry
sizersc
stattoolc
streamsc
sys
types
utilsc
windows2c
windows3c
windowsc
wxPython.wx
wxPython.wxc
basictypes.wx.wxcopyreg

 
Classes
       
BaseType_DT(DataTypeDefinition)
wxColour_DT

 
class wxColour_DT(BaseType_DT)
    Colour data-modelling type stand-in
 
 
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)

 
Data
        __all__ = ('wxColour_DT',)