コード例 #1
0
	def onCursorChanged(self):
		# force redraw
		self.cursorPos += 1
		self.cursorPos -= 1
		# super
		Widget.onCursorChanged(self)
コード例 #2
0
 def onCursorChanged(self):
     # force redraw
     self.cursorPos += 1
     self.cursorPos -= 1
     # super
     Widget.onCursorChanged(self)
コード例 #3
0
ファイル: Text.py プロジェクト: ospaceteam/outerspace
 def onCursorChanged(self):
     # force redraw
     self.cursorColumn += 1
     self.cursorColumn -= 1
     # super
     Widget.onCursorChanged(self)
コード例 #4
0
 def onCursorChanged(self):
     # force redraw
     self.cursorColumn += 1
     self.cursorColumn -= 1
     # super
     Widget.onCursorChanged(self)