Ejemplo n.º 1
0
	def __init__(self,session):
		ScrollLabel.__init__(self,text="")
		self.timer=eTimer()
		self.timer_conn = self.timer.timeout.connect(self.updateChatWindow)
		self.timer.start(250)
		self.pipe=MessagePipe()
		self.oldText=""
Ejemplo n.º 2
0
 def __init__(self, session):
     ScrollLabel.__init__(self, text="")
     self.timer = eTimer()
     self.timer.timeout.get().append(self.updateChatWindow)
     self.timer.start(250)
     self.pipe = MessagePipe()
     self.oldText = ""
Ejemplo n.º 3
0
 def __init__(self, session):
     ScrollLabel.__init__(self, text="")
     self.timer = eTimer()
     self.timer.timeout.get().append(self.updateBuddyWindow)
     self.timer.start(500)
     self.oldlist = ""
Ejemplo n.º 4
0
 def __init__(self, text=""):
     ScrollLabel.__init__(self, text)
Ejemplo n.º 5
0
	def __init__(self, text = ""):
		ScrollLabel.__init__(self, text)
Ejemplo n.º 6
0
 def __init__(self, text = ''):
     ScrollLabel.__init__(self)
Ejemplo n.º 7
0
	def __init__(self,session):
		ScrollLabel.__init__(self,text="")
		self.timer=eTimer()
		self.timer_conn = self.timer.timeout.connect(self.updateBuddyWindow)
		self.timer.start(500)
		self.oldlist=""
Ejemplo n.º 8
0
	def __init__(self,session):
		ScrollLabel.__init__(self,text="")
		self.timer=eTimer()
		self.timer.timeout.get().append(self.updateBuddyWindow)
		self.timer.start(500)
		self.oldlist=""