]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.15] gh-86726: Note that the ttk Treeview separator column option needs Tk 9.0...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sat, 11 Jul 2026 10:18:38 +0000 (12:18 +0200)
committerGitHub <noreply@github.com>
Sat, 11 Jul 2026 10:18:38 +0000 (10:18 +0000)
(cherry picked from commit 9ca892717eaa66f3fba231f00dc5bce355f6f34c)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
Doc/library/tkinter.ttk.rst

index 54066625e82c0635928c683a76cfaa2e4bf5e641..77703eff26412e27b44d45f89db38b7e4be4f8f6 100644 (file)
@@ -884,8 +884,8 @@ This widget accepts the following specific options:
    The *selectmode* option gained the values ``"single"`` and ``"multiple"``;
    the new widget options *selecttype* (``"item"`` or ``"cell"`` selection),
    *striped* (zebra-striped rows), and *titlecolumns* / *titleitems* (columns
-   or rows frozen against scrolling) were introduced; and items gained a
-   *hidden* option.
+   or rows frozen against scrolling) were introduced; the column *separator*
+   option was added; and items gained a *hidden* option.
    Tk 9.1 added the *rowheight* and *headingheight* options.