diff options
author | culler <culler> | 2023-02-05 21:47:54 (GMT) |
---|---|---|
committer | culler <culler> | 2023-02-05 21:47:54 (GMT) |
commit | 301363a922d0a16819511546a30ce2eeb303761c (patch) | |
tree | c9b26bc8761c6bfa8108d5fc37be15d4e8b698d7 /library/demos | |
parent | 20bfcd42612f5d56f6b0e41dc851e98b4be7f560 (diff) | |
download | tk-301363a922d0a16819511546a30ce2eeb303761c.zip tk-301363a922d0a16819511546a30ce2eeb303761c.tar.gz tk-301363a922d0a16819511546a30ce2eeb303761c.tar.bz2 |
Finish the implementation of tabbed windows.
Diffstat (limited to 'library/demos')
-rw-r--r-- | library/demos/widget | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/library/demos/widget b/library/demos/widget index 13917e7..d54273b 100644 --- a/library/demos/widget +++ b/library/demos/widget @@ -338,6 +338,8 @@ if {[tk windowingsystem] eq "aqua"} { @@demo mac_styles Special widgets for macOS @@new @@demo mac_wm Window styles for macOS + @@new + @@demo mac_tabs Tabbed Windows on macOS } } |