ANN: WCK for Tkinter 1.1 alpha 1 (september 5, 2004)

Fredrik Lundh fredrik at pythonware.com
Sun Sep 5 16:11:04 CEST 2004


The Widget Construction Kit (WCK) is an extension API that allows
you to implement custom widgets in pure Python.  The WCK can be
(and is being) used for everything from light-weight display widgets
to full-blown editor frameworks.

The Tkinter3000 implementation of the WCK supports all recent
versions of Python and Tk/Tkinter.

The 1.1 alpha release adds the ability to change widget controllers,
and also adds an experimental native graphics driver for Windows.

Introduction:
    http://www.effbot.org/zone/wck-1.htm

Downloads:
    http://www.effbot.org/downloads#tkinter3000

Documentation:
    http://www.effbot.org/zone/wck.htm
    http://www.effbot.org/zone/wck-api.htm

enjoy /F


More information about the Python-announce-list mailing list