The Pod window - 1.1

a new kind of toplevel window.

Table Of Contents

INTRO

With the Pod command you can:

For full details read the documentation :

Pod is a pure-tcl widget, running (with some limitations) on any platform

SCREENSHOTS

EXAMPLE

Create a new Pod

   package require Pod
   Pod .myPod -bg orange

or you can transform (adapt) an existing toplevel:

   toplevel .myWin
   button .myWin.b1 -text "A Button"
   pack .myWin.b1 -fill x
   
   package require Pod
   Pod adapt .myWin -bg lightblue
    # some adjustments
   .myWin configure -pady 20
   wm geometry .myWin 200x120+100+100

DEMOS

Run files in demo directory ..

Just for running demos, you are not requested to install this package within the tcl standard library path.

DOWNLOAD

Pod 1.1

REQUIRED PACKAGES

INSTALLATION

Pod should be installed under standard library path.

HISTORY

AUTHOR

Copyright (c) 2007 <Irrational Numbers>

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