Paved-widgets - 1.1

standard widgets with paved (tiled) background.

Table Of Contents

INTRO

Paved 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.

For detailed info about each widget, read the related paveXXX.html document.

Starting from release 1.1 you can also transform pre-existing widget in Paved-Widgets.

See documentation for the following widget adapators:

SCREENSHOTS

Paved::toplevel

Paved::frame

Paved::button

Paved::label

Paved::canvas

Paved::Tree

All widgets together

EXAMPLE

    # All Paved-widgets can be 'preloaded' with a single command:
   package require Paved
    # or you can preload just a single widget:
   package require Paved::button
   
    # here is a small example:
    # (suppose xyz.gif is in current directory)
   package require Paved::frame
   Paved::frame .c -tile xyz.gif -borderwidth 10 -relief sunken
   pack .c -fill both -expand true
   wm geometry . 200x200

DEMOS

Run files in demo directory ..

We hope the included demos let you appreciate the Paved-widgets capabilities.

DOWNLOAD

Paved 1.1

REQUIRED PACKAGES

INSTALLATION

Paved 1.1 and all the required packages should be installed under standard library path.

HISTORY

AUTHOR

Copyright (c) 2004-2006 <Irrational Numbers>

For comments and suggestions, please write to : <aldo.buratti@tiscali.it>