https://github.com/python/cpython/commit/e4a61af652201874dddceb10f68940c01d7d264a commit: e4a61af652201874dddceb10f68940c01d7d264a branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: serhiy-storchaka <[email protected]> date: 2026-07-11T10:17:20Z summary:
[3.13] gh-86726: Note that the ttk Treeview separator column option needs Tk 9.0 (GH-153556) (GH-153560) (cherry picked from commit 9ca892717eaa66f3fba231f00dc5bce355f6f34c) Co-authored-by: Serhiy Storchaka <[email protected]> Co-authored-by: Claude Opus 4.8 <[email protected]> files: M Doc/library/tkinter.ttk.rst diff --git a/Doc/library/tkinter.ttk.rst b/Doc/library/tkinter.ttk.rst index f517472176a9d8..fb5233d3c43948 100644 --- a/Doc/library/tkinter.ttk.rst +++ b/Doc/library/tkinter.ttk.rst @@ -885,8 +885,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. _______________________________________________ Python-checkins mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3//lists/python-checkins.python.org Member address: [email protected]
