summaryrefslogtreecommitdiffstats
path: root/macosx/README
diff options
context:
space:
mode:
authorculler <culler>2018-12-02 19:11:51 (GMT)
committerculler <culler>2018-12-02 19:11:51 (GMT)
commite2f6659fcb092f12f8c407636d37b267e6792f48 (patch)
treea5288d80b28c12be0a2ce308b47be5b5d4247121 /macosx/README
parent949a83f8d7f22124a43436046f3432ca39766d69 (diff)
downloadtk-e2f6659fcb092f12f8c407636d37b267e6792f48.zip
tk-e2f6659fcb092f12f8c407636d37b267e6792f48.tar.gz
tk-e2f6659fcb092f12f8c407636d37b267e6792f48.tar.bz2
Change tk::unsupported::MacWindowStyle tabbingid to also remove a tab if its id is
modified.
Diffstat (limited to 'macosx/README')
-rw-r--r--macosx/README7
1 files changed, 4 insertions, 3 deletions
diff --git a/macosx/README b/macosx/README
index 594e811..adc709c 100644
--- a/macosx/README
+++ b/macosx/README
@@ -270,9 +270,10 @@ by the argument.
Since NSWindows can only be grouped together as tabs if they all have the same
tabbingIdentifier, one can prevent a window from becoming a tab by giving it a
-unique tabbingIdentifier. This is independent of any preferences setting. Note,
-however, that changing the tabbingIdentifier of a window which is already
-displayed as a tab does not cause it to become a separate window.
+unique tabbingIdentifier. This is independent of any preferences setting. To
+ensure that we maintain consistency, changing the tabbingIdentifier of a window
+which is already displayed as a tab will also cause it to become a separate
+window.
4. Building Tcl/Tk on macOS