./wip/py-ttk, Ttk Python wrapper

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 0.3.2, Package name: py310-ttk-0.3.2, Maintainer: kamel.derouiche

This ttk wrapper provides classes to allow using the Tk themed widget set,
as well some extensions, under Python.Ttk is based on a revised and enhanced
version of TIP #48 (http://tip.tcl.tk/48) specified style engine.

Its basic idea is to separate, to the extent possible, the code implementing
a widget's behavior from the code implementing its appearance. Widget class
bindings are primarily responsible for maintaining the widget state and invoking
callbacks, all aspects of the widgets appearance lies at Themes.


Required to run:
[x11/py-Tk] [lang/python37]

Required to build:
[pkgtools/cwrappers]

Master sites:

RMD160: aac274c83c66020184e598a24eb1a4d599f3df31
Filesize: 124.28 KB

Version history: (Expand)


CVS history: (Expand)


   2013-06-04 09:45:21 by Thomas Klausner | Files touched by this commit (30)
Log message:
Replace py-{curses,readline,Tk}/buildlink3.mk with DEPENDS.

There are no buildlink3-relevant files here, just a loadable module.
   2012-10-07 15:57:25 by Aleksej Saushev | Files touched by this commit (211)
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Mark packages that don't or might probably not have staged installation.
   2012-10-04 00:14:51 by Thomas Klausner | Files touched by this commit (40)
Log message:
Update for python25 removal.
   2012-01-17 14:29:56 by Kamel Derouiche | Files touched by this commit (4) | Imported package
Log message:
Import py26-ttk-0.3.2 as wip/py-ttk.

This ttk wrapper provides classes to allow using the Tk themed widget set,
as well some extensions, under Python.Ttk is based on a revised and enhanced
version of TIP #48 (http://tip.tcl.tk/48) specified style engine.

Its basic idea is to separate, to the extent possible, the code implementing
a widget's behavior from the code implementing its appearance. Widget class
bindings are primarily responsible for maintaining the widget state and invoking
callbacks, all aspects of the widgets appearance lies at Themes.