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
8120995b
Commit
8120995b
authored
Jul 08, 2003
by
Fred Drake
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update Tkinter3000 notes based on text from Fredrik Lundh.
parent
121d34af
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
7 deletions
+9
-7
Doc/lib/tkinter.tex
Doc/lib/tkinter.tex
+9
-7
No files found.
Doc/lib/tkinter.tex
View file @
8120995b
...
...
@@ -1781,13 +1781,15 @@ translations from the itcl to Python. It offers most of the range of
widgets that
\code
{
[
incr Widgets
]
}
does, and is almost as complete as
Tix, lacking however Tix's fast
\class
{
HList
}
widget for drawing trees.
}
\seetitle
[
http:
//
tkinter.effbot.org
]
{
Tkinter
3000
}{
is a Widget Construction Kit that allows you to write new Tkinter
widgets in Python using Mixins. It is built on top of Tkinter,
and does not offer the extended range of widgets that
\refmodule
{
Tix
}
does,
but does allow a form of building mega
-
widgets. The project is
still in the early stages.
}
\seetitle
[
http:
//
tkinter.effbot.org
/]
{
Tkinter
3000
Widget Construction
Kit
(
WCK
)
}{
%
is a library that allows you to write new Tkinter widgets in pure
Python. The WCK framework gives you full control over widget
creation, configuration, screen appearance, and event handling. WCK
widgets can be very fast and light
-
weight, since they can operate
directly on Python data structures, without having to transfer data
through the Tk
/
Tcl layer.
}
\end
{
seealso
*
}
...
...
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