Exemplo n.º 1
0
 def __init__(self, parent=None, **kw):
     ChatInputWhiteList.__init__(self, parent, **None)
     self.initialiseoptions(PChatInputWhiteList)
     self.whiteList = PWhiteList()
     self.accept('SetChatBoxPercentage', self.textBoxScale)
     self.setDefaultWidth()
 def __init__(self, parent=None, **kw):
     ChatInputWhiteList.__init__(self, parent)
     self.initialiseoptions(PChatInputWhiteList)
     self.whiteList = PWhiteList()
     self.accept('SetChatBoxPercentage', self.textBoxScale)
     self.setDefaultWidth()
Exemplo n.º 3
0
 def delete(self):
     ChatInputWhiteList.delete()
Exemplo n.º 4
0
 def delete(self):
     ChatInputWhiteList.delete()