diff --git a/TermTk/TTkGui/textcursor.py b/TermTk/TTkGui/textcursor.py index 0a0c6939..9d98c52b 100644 --- a/TermTk/TTkGui/textcursor.py +++ b/TermTk/TTkGui/textcursor.py @@ -41,3 +41,6 @@ class TTkTextCursor(): def document(self): return self._document + + def insertText(self, text): + pass \ No newline at end of file