def __init__(self, parent=None): Static.__init__(self, parent) TextBase.__init__(self) self.tabStop = False # property self.autosize = False # binding self.changeEvent('text', self.onAutoSize)
def __init__(self, parent = None): Static.__init__(self, parent) TextBase.__init__(self) self.tabStop = False # property self.autosize = False # binding self.changeEvent('text', self.onAutoSize)
def __init__(self, parent): Static.__init__(self, parent) TextBase.__init__(self) # data self.progress = 0.0 # 0.0 ~ 1.0 # display self.margin = 0 self.margin2 = 0 self.progressImg = '' self.autoDirty(['progress', 'progressImg'])
def __init__(self, parent): Static.__init__(self, parent) TextBase.__init__(self) # data self.progress = 0.0 # 0.0 ~ 1.0 # display self.margin = 0 self.margin2 = 0 self.progressImg = "" self.autoDirty(["progress", "progressImg"])
def __init__(self, parent=None): Static.__init__(self, parent) self.height = 1
def __init__(self, parent = None): Static.__init__(self, parent) ImageBase.__init__(self) self.tabStop = False
def __init__(self, parent=None): Static.__init__(self, parent) ImageBase.__init__(self) self.tabStop = False