mirror of
https://github.com/python/cpython.git
synced 2025-08-01 07:33:08 +00:00
Improved PanedWindow.add's docstring. 'subcomand' is a Tcl term, and the possible options and values are the same accepted by paneconfigure (not configure).
This commit is contained in:
parent
8fcaebbef4
commit
1c6787f9de
1 changed files with 2 additions and 2 deletions
|
@ -3550,8 +3550,8 @@ class PanedWindow(Widget):
|
|||
|
||||
The child argument is the name of the child widget
|
||||
followed by pairs of arguments that specify how to
|
||||
manage the windows. Options may have any of the values
|
||||
accepted by the configure subcommand.
|
||||
manage the windows. The possible options and values
|
||||
are the ones accepted by the paneconfigure method.
|
||||
"""
|
||||
self.tk.call((self._w, 'add', child) + self._options(kw))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue