Kaydet (Commit) fad265e6 authored tarafından Neal Norwitz's avatar Neal Norwitz

Whoops, fix the typo correctly this time

üst 03b109af
...@@ -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 ever 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 ever 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}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment