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
e597dd83
Commit
e597dd83
authored
Dec 13, 2001
by
Fred Drake
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Minor adjustments.
parent
6b0a53a0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
7 deletions
+10
-7
Doc/lib/tkinter.tex
Doc/lib/tkinter.tex
+10
-7
No files found.
Doc/lib/tkinter.tex
View file @
e597dd83
...
@@ -909,7 +909,8 @@ users.
...
@@ -909,7 +909,8 @@ users.
\begin{seealso}
\begin{seealso}
\seetitle
[http://tix.sourceforge.net/]
\seetitle
[http://tix.sourceforge.net/]
{
Tix Homepage
}
{
Tix Homepage
}
{
See the home page for
\module
{
Tix
}
.
}
{
The home page for
\module
{
Tix
}
. This includes links to
additional documentation and downloads.
}
\seetitle
[http://tix.sourceforge.net/dist/current/man/]
\seetitle
[http://tix.sourceforge.net/dist/current/man/]
{
Tix Man Pages
}
{
Tix Man Pages
}
{
On-line version of the man pages and reference material.
}
{
On-line version of the man pages and reference material.
}
...
@@ -1314,9 +1315,11 @@ The \refmodule{Tix} module adds:
...
@@ -1314,9 +1315,11 @@ The \refmodule{Tix} module adds:
capabilities to all
\refmodule
{
Tix
}
and
\refmodule
{
Tkinter
}
widgets to
capabilities to all
\refmodule
{
Tix
}
and
\refmodule
{
Tkinter
}
widgets to
create color images from XPM files.
create color images from XPM files.
% Python Demo of: \ulink{XPM Image In Button}{http://tix.sourceforge.net/dist/current/demos/samples/Xpm.tcl}
% Python Demo of:
% \ulink{XPM Image In Button}{http://tix.sourceforge.net/dist/current/demos/samples/Xpm.tcl}
% Python Demo of: \ulink{XPM Image In Menu}{http://tix.sourceforge.net/dist/current/demos/samples/Xpm1.tcl}
% Python Demo of:
% \ulink{XPM Image In Menu}{http://tix.sourceforge.net/dist/current/demos/samples/Xpm1.tcl}
\item
\item
\ulink
{
Compound
}
\ulink
{
Compound
}
...
@@ -1490,10 +1493,10 @@ directly. The constructor is the same as that of the
...
@@ -1490,10 +1493,10 @@ directly. The constructor is the same as that of the
\class
{
Tkinter.Text
}
class.
\class
{
Tkinter.Text
}
class.
The text widget and scrollbar are packed together in a
\class
{
Frame
}
,
The text widget and scrollbar are packed together in a
\class
{
Frame
}
,
and the methods of the
\class
{
Pack
}
geometry manager are acquired from
and the methods of the
\class
{
Grid
}
and
\class
{
Pack
}
geometry managers
the
\class
{
Frame
}
object. This allows the
\class
{
ScrolledText
}
widget
are acquired from the
\class
{
Frame
}
object. This allows the
to be used directly to achieve most normal geometry management
\class
{
ScrolledText
}
widget to be used directly to achieve most normal
behavior.
geometry management
behavior.
Should more specific control be necessary, the following attributes
Should more specific control be necessary, the following attributes
are available:
are available:
...
...
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