From 39de6f5284bf0342aabf9e6b05be531c46f8f54e Mon Sep 17 00:00:00 2001 From: Eugenio Parodi Date: Wed, 27 Sep 2023 11:39:03 +0100 Subject: [PATCH] improved the description of the kide tab terminal example --- tutorial/examples/TTkTerminal/TerminalTab.03.KodeTab.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tutorial/examples/TTkTerminal/TerminalTab.03.KodeTab.py b/tutorial/examples/TTkTerminal/TerminalTab.03.KodeTab.py index 45248bde..0519c36e 100755 --- a/tutorial/examples/TTkTerminal/TerminalTab.03.KodeTab.py +++ b/tutorial/examples/TTkTerminal/TerminalTab.03.KodeTab.py @@ -36,6 +36,7 @@ import TermTk as ttk # i.e. the mouse drag feature of vim root = ttk.TTk(layout=ttk.TTkGridLayout(), mouseTrack=True) +# The KodeTab allow to split the screen dragging the tab at the corner of the widget tab = ttk.TTkKodeTab(parent=root) menu = tab.addMenu("Add Terminal")