示例#1
0
 def constructor(self):
     constr = TextCtrlDTC.constructor(self)
     constr.update({
         'Min': 'min',
         'Max': 'max',
         'Limited': 'limited',
         'AllowNone': 'allow_none',
         'AllowLong': 'allow_long',
         'DefaultColour': 'default_color',
         'OutOfBoundsColour': 'oob_color'
     })
     return constr
 def constructor(self):
     constr = TextCtrlDTC.constructor(self)
     constr.update({'Min': 'min', 'Max': 'max', 'Limited': 'limited',
         'AllowNone': 'allow_none', 'AllowLong': 'allow_long',
         'DefaultColour': 'default_color', 'OutOfBoundsColour': 'oob_color'})
     return constr