]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-86726: Note that the ttk Treeview separator column option needs Tk 9.0 (GH-153556)
authorSerhiy Storchaka <storchaka@gmail.com>
Sat, 11 Jul 2026 10:10:27 +0000 (13:10 +0300)
committerGitHub <noreply@github.com>
Sat, 11 Jul 2026 10:10:27 +0000 (13:10 +0300)
Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
Doc/library/tkinter.ttk.rst

index 33cbaa3ca90d020daaa6ffd58c5f7b2c47411f79..353dcacb79f4e38ebb4e23278dc7d51847297486 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.