Exemplo n.º 1
0
	def onFocusGained(self):
		Widget.onFocusGained(self)
		self.cursorPos = len(self.text)
Exemplo n.º 2
0
 def onFocusGained(self):
     Widget.onFocusGained(self)
     self.cursorPos = len(self.text)
Exemplo n.º 3
0
 def onFocusGained(self):
     Widget.onFocusGained(self)
     self.cursorRow = len(self.text) - 1
     self.cursorColumn = len(self.text[self.cursorRow])
Exemplo n.º 4
0
 def onFocusGained(self):
     Widget.onFocusGained(self)
     self.cursorRow = len(self.text) - 1
     self.cursorColumn = len(self.text[self.cursorRow])