Skip to content
Merged
Show file tree
Hide file tree
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
10 changes: 6 additions & 4 deletions Doc/library/tkinter.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1391,8 +1391,9 @@ Base and mixin classes
``(columns, rows)`` tuple.

:meth:`size` is an alias of :meth:`!grid_size`,
except on the :class:`Listbox` widget,
which provides its own :meth:`!size` method.
except on :class:`Listbox` and
:class:`ttk.Treeview <tkinter.ttk.Treeview>`,
which provide their own :meth:`!size` method.

.. method:: grid_slaves(row=None, column=None)

Expand Down Expand Up @@ -3291,8 +3292,9 @@ Base and mixin classes
Same as :meth:`Misc.grid_size`: return a ``(columns, rows)`` tuple giving
the size of the grid.
:meth:`size` is an alias of :meth:`!grid_size`,
except on the :class:`Listbox` widget,
which provides its own :meth:`!size` method.
except on :class:`Listbox` and
:class:`ttk.Treeview <tkinter.ttk.Treeview>`,
which provide their own :meth:`!size` method.

.. method:: propagate()
propagate(flag)
Expand Down
Loading
Loading