mirror of
https://github.com/python/cpython.git
synced 2025-12-04 08:34:25 +00:00
Merged revisions 73083 via svnmerge from
svn+ssh://pythondev/python/trunk ........ r73083 | guilherme.polo | 2009-05-31 18:31:21 -0300 (Sun, 31 May 2009) | 1 line 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
1855c214d7
commit
86425563e8
1 changed files with 2 additions and 2 deletions
|
|
@ -3534,8 +3534,8 @@ class PanedWindow(Widget):
|
||||||
|
|
||||||
The child argument is the name of the child widget
|
The child argument is the name of the child widget
|
||||||
followed by pairs of arguments that specify how to
|
followed by pairs of arguments that specify how to
|
||||||
manage the windows. Options may have any of the values
|
manage the windows. The possible options and values
|
||||||
accepted by the configure subcommand.
|
are the ones accepted by the paneconfigure method.
|
||||||
"""
|
"""
|
||||||
self.tk.call((self._w, 'add', child) + self._options(kw))
|
self.tk.call((self._w, 'add', child) + self._options(kw))
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue