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