Browse Source

improved the description of the kide tab terminal example

pull/172/head
Eugenio Parodi 3 years ago
parent
commit
39de6f5284
  1. 1
      tutorial/examples/TTkTerminal/TerminalTab.03.KodeTab.py

1
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")

Loading…
Cancel
Save