Version 5 of Paved Widgets

Updated 2005-01-26 16:03:58

ABU 26-jan-2005

Paved-widgets 1.0 is a collection of standard widgets enhanced with background-tessellation capability (tiling).

Paved widgets are:

  • Paved::toplevel
  • Paved::frame
  • Paved::button
  • Paved::label
  • Paved::canvas

These widgets have been inspired by the BLT package.

Paved-widgets are pure-tcl widgets requiring the (pure-tcl) snit package.

Here is a sample:

. http://web.tiscali.it/irrational/tcl/paved1.0/demo/demoAll.jpg

Start page: [L1 ] Download [L2 ]


Paved Widgets contain 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

Category Widget