Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Doc/library/tkinter.ttk.rst
Original file line number Diff line number Diff line change
Expand Up @@ -883,8 +883,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.


Expand Down
Loading