Browse Source

TTkTextCursor: added insertText placeholder

pull/48/head
Eugenio Parodi 4 years ago
parent
commit
8ebd59bcca
  1. 3
      TermTk/TTkGui/textcursor.py

3
TermTk/TTkGui/textcursor.py

@ -41,3 +41,6 @@ class TTkTextCursor():
def document(self):
return self._document
def insertText(self, text):
pass
Loading…
Cancel
Save