ABU 26-jan-2005 - Paved Widgets 1.0
ABU 13-feb-2006 - Paved Widgets 1.1 - This page contents and live-links updated.
ABU 20-feb-2012 - Paved Widgets 1.2 - This page contents and live-links updated.
Paved-widgets 1.2 is a collection of standard widgets enhanced with background-tessellation capability (tiling).
Paved widgets are:
These widgets have been inspired by the BLT package.
Paved-widgets are pure-tcl widgets requiring the (pure-tcl) snit package.
Here are some a samples:
.
.
Start page (1.1): http://web.tiscali.it/irrational/tcl/paved1.1/doc/index.html
Download (1.2): https://sourceforge.net/projects/irrational-numbers/files/paved-1.2.zip/download
Paved Widgets (1.0) contains a new widget Paved::canvas replacing the (now obsolete) xCanvas widgets :
LV Are these widgets compatible with the Tile package?
ABU To be honest, I never used Tile ...
Paved Widgets are extensions of the standard Tk widgets; I mean you can use Paved::toplevel instead of toplevel without any difference.
Of course, if you want to exploit its benefits, you should add the "-tile' option; Something like this :
set top [Paved::toplevel .topW ... options] .... $top configure -tile cheese.gif
ABU 13-feb-2006
Paved Widgets 1.1 changes
ABU 20-feb-2012
Paved Widgets 1.2 changes