From c848d10fabf9e3b2151c0a61056151774b29d695 Mon Sep 17 00:00:00 2001 From: Serhiy Storchaka Date: Sat, 11 Jul 2026 12:57:21 +0300 Subject: [PATCH] gh-86726: Note that the ttk Treeview separator column option needs Tk 9.0 Co-Authored-By: Claude Opus 4.8 --- Doc/library/tkinter.ttk.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Doc/library/tkinter.ttk.rst b/Doc/library/tkinter.ttk.rst index 33cbaa3ca90d020..353dcacb79f4e38 100644 --- a/Doc/library/tkinter.ttk.rst +++ b/Doc/library/tkinter.ttk.rst @@ -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.