mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
bpo-35054: Add yet more index entries for symbols. (GH-10121)
This commit is contained in:
parent
95f68b10d5
commit
913876d824
30 changed files with 223 additions and 190 deletions
|
@ -262,6 +262,8 @@ To make a widget in Tk, the command is always of the form::
|
|||
*classCommand*
|
||||
denotes which kind of widget to make (a button, a label, a menu...)
|
||||
|
||||
.. index:: single: . (dot); in Tkinter
|
||||
|
||||
*newPathname*
|
||||
is the new name for this widget. All names in Tk must be unique. To help
|
||||
enforce this, widgets in Tk are named with *pathnames*, just like files in a
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue