[Tkinter-discuss] ANN: WCK for Tkinter 1.1 alpha 2 (september 12, 2004)

Fredrik Lundh fredrik at pythonware.com
Mon Sep 12 23:52:12 CEST 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.

The 1.1 alpha 2 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/wck-api.htm

enjoy /F 





More information about the Tkinter-discuss mailing list