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

Data-type definition for wxPython font class

 
Modules
       
clip_dndc
cmndlgsc
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)
wxFont_DT

 
class wxFont_DT(BaseType_DT)
    Data-type definition for wxPython font class
 
 
Method resolution order:
wxFont_DT
BaseType_DT
DataTypeDefinition
object

Data and other attributes defined here:
baseType = <class wxPython.fonts.wxFontPtr at 0x00FBC3F0>
dataType = 'wx.font'

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

Class methods inherited from DataTypeDefinition:
coerce(cls, value) from type
Coerce value to the appropriate data type
 
This is a method for "fuzzy" conversion of values,
and it should be fairly forgiving.  With that said,
it should not be so forgiving that will allow user
errors to be ignored.

Data and other attributes inherited from DataTypeDefinition:
__dict__ = <dictproxy object at 0x029B4250>
dictionary for instance variables (if defined)
__weakref__ = <attribute '__weakref__' of 'DataTypeDefinition' objects>
list of weak references to the object (if defined)

 
Data
        __all__ = ('wxFont_DT',)