[Tkinter-discuss] ANN: WCK for Tkinter 1.1 final (december 11, 2005)

Fredrik Lundh fredrik at pythonware.com
Sun Dec 11 10:23:21 CET 2005


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.

Compared to 1.0, the 1.1 release adds improved controller support,
resource caching for pens, brushes, and fonts, and support for
creating image objects from data in strings.

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/pythondoc-api.htm

Using WCK and AggDraw to draw anti-aliased graphics:
    http://www.effbot.org/zone/wck-aggview.htm

enjoy /F





More information about the Tkinter-discuss mailing list