Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
fad265e6
Commit
fad265e6
authored
Nov 05, 2002
by
Neal Norwitz
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Whoops, fix the typo correctly this time
parent
03b109af
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
Doc/lib/tkinter.tex
Doc/lib/tkinter.tex
+2
-2
No files found.
Doc/lib/tkinter.tex
View file @
fad265e6
...
@@ -894,11 +894,11 @@ Bitmap/Pixelmap images can be created through the subclasses of
...
@@ -894,11 +894,11 @@ Bitmap/Pixelmap images can be created through the subclasses of
Either type of image is created through either the
\code
{
file
}
or the
Either type of image is created through either the
\code
{
file
}
or the
\code
{
data
}
option (other options are available as well).
\code
{
data
}
option (other options are available as well).
The image object can then be used where
e
ver an
\code
{
image
}
option is
The image object can then be used wherever an
\code
{
image
}
option is
supported by some widget (e.g. labels, buttons, menus). In these
supported by some widget (e.g. labels, buttons, menus). In these
cases, Tk will not keep a reference to the image. When the last Python
cases, Tk will not keep a reference to the image. When the last Python
reference to the image object is deleted, the image data is deleted as
reference to the image object is deleted, the image data is deleted as
well, and Tk will display an empty box where
e
ver the image was used.
well, and Tk will display an empty box wherever the image was used.
\section
{
\module
{
Tix
}
---
\section
{
\module
{
Tix
}
---
Extension widgets for Tk
}
Extension widgets for Tk
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment