From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Sat, 11 Jul 2026 10:18:38 +0000 (+0200) Subject: [3.15] gh-86726: Note that the ttk Treeview separator column option needs Tk 9.0... X-Git-Tag: v3.15.0b4~40 X-Git-Url: http://git.ipfire.org/index.cgi?a=commitdiff_plain;h=bb0720fb783e0ce493720ef4144f600290663ded;p=thirdparty%2FPython%2Fcpython.git [3.15] gh-86726: Note that the ttk Treeview separator column option needs Tk 9.0 (GH-153556) (GH-153558) (cherry picked from commit 9ca892717eaa66f3fba231f00dc5bce355f6f34c) Co-authored-by: Serhiy Storchaka Co-authored-by: Claude Opus 4.8 --- diff --git a/Doc/library/tkinter.ttk.rst b/Doc/library/tkinter.ttk.rst index 54066625e82c..77703eff2641 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.