[Python-checkins] cpython (2.7): Issue #13527: remove mention of Python megawidgets and Tkinter3000 WCK

antoine.pitrou python-checkins at python.org
Mon Dec 5 00:05:08 CET 2011


http://hg.python.org/cpython/rev/478b4e9551fa
changeset:   73853:478b4e9551fa
branch:      2.7
parent:      73826:fb8b6d310fb8
user:        Antoine Pitrou <solipsis at pitrou.net>
date:        Sun Dec 04 23:56:30 2011 +0100
summary:
  Issue #13527: remove mention of Python megawidgets and Tkinter3000 WCK
from the doc. These two projects appear dead.

files:
  Doc/library/othergui.rst |  30 +--------------------------
  1 files changed, 2 insertions(+), 28 deletions(-)


diff --git a/Doc/library/othergui.rst b/Doc/library/othergui.rst
--- a/Doc/library/othergui.rst
+++ b/Doc/library/othergui.rst
@@ -3,34 +3,8 @@
 Other Graphical User Interface Packages
 =======================================
 
-There are an number of extension widget sets to :mod:`Tkinter`.
-
-.. seealso::
-
-   `Python megawidgets <http://pmw.sourceforge.net/>`_
-      is a toolkit for building high-level compound widgets in Python using the
-      :mod:`Tkinter` module.  It consists of a set of base classes and a library of
-      flexible and extensible megawidgets built on this foundation. These megawidgets
-      include notebooks, comboboxes, selection widgets, paned widgets, scrolled
-      widgets, dialog windows, etc.  Also, with the Pmw.Blt interface to BLT, the
-      busy, graph, stripchart, tabset and vector commands are be available.
-
-      The initial ideas for Pmw were taken from the Tk ``itcl`` extensions ``[incr
-      Tk]`` by Michael McLennan and ``[incr Widgets]`` by Mark Ulferts. Several of the
-      megawidgets are direct translations from the itcl to Python. It offers most of
-      the range of widgets that ``[incr Widgets]`` does, and is almost as complete as
-      Tix, lacking however Tix's fast :class:`HList` widget for drawing trees.
-
-   `Tkinter3000 Widget Construction Kit (WCK) <http://tkinter.effbot.org/>`_
-      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.
-
-
-The major cross-platform (Windows, Mac OS X, Unix-like) GUI toolkits that are
-also available for Python:
+Major cross-platform (Windows, Mac OS X, Unix-like) GUI toolkits are
+available for Python:
 
 .. seealso::
 

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list