Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c1bd489

Browse files
committed
Issue #13527: remove mention of Python megawidgets and Tkinter3000 WCK
from the doc. These two projects appear dead.
1 parent 6a96a2e commit c1bd489

1 file changed

Lines changed: 2 additions & 28 deletions

File tree

Doc/library/othergui.rst

Lines changed: 2 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -3,34 +3,8 @@
33
Other Graphical User Interface Packages
44
=======================================
55

6-
There are an number of extension widget sets to :mod:`tkinter`.
7-
8-
.. seealso::
9-
10-
`Python megawidgets <http://pmw.sourceforge.net/>`_
11-
is a toolkit for building high-level compound widgets in Python using the
12-
:mod:`tkinter` package. It consists of a set of base classes and a library of
13-
flexible and extensible megawidgets built on this foundation. These megawidgets
14-
include notebooks, comboboxes, selection widgets, paned widgets, scrolled
15-
widgets, dialog windows, etc. Also, with the Pmw.Blt interface to BLT, the
16-
busy, graph, stripchart, tabset and vector commands are be available.
17-
18-
The initial ideas for Pmw were taken from the Tk ``itcl`` extensions ``[incr
19-
Tk]`` by Michael McLennan and ``[incr Widgets]`` by Mark Ulferts. Several of the
20-
megawidgets are direct translations from the itcl to Python. It offers most of
21-
the range of widgets that ``[incr Widgets]`` does, and is almost as complete as
22-
Tix, lacking however Tix's fast :class:`HList` widget for drawing trees.
23-
24-
`Tkinter3000 Widget Construction Kit (WCK) <http://tkinter.effbot.org/>`_
25-
is a library that allows you to write new Tkinter widgets in pure Python. The
26-
WCK framework gives you full control over widget creation, configuration, screen
27-
appearance, and event handling. WCK widgets can be very fast and light-weight,
28-
since they can operate directly on Python data structures, without having to
29-
transfer data through the Tk/Tcl layer.
30-
31-
32-
The major cross-platform (Windows, Mac OS X, Unix-like) GUI toolkits that are
33-
also available for Python:
6+
Major cross-platform (Windows, Mac OS X, Unix-like) GUI toolkits are
7+
available for Python:
348

359
.. seealso::
3610

0 commit comments

Comments
 (0)