*** under construction*** [ABU] 3-aug-2007 - A new kind of toplevel window. ---- The '''Pod''' command creates a new toplevel widget (given by the pathName argument). Additional options, described below, may be specified on the command line or in the option database to configure aspects of the Pod such as its background color. Other than creating new Pods, the Pod command can also transform existing toplevel widgets. [http://web.tiscali.it/irrational/tcl/pod-1.0/doc/images/demo01.png] * Start page: [http://web.tiscali.it/irrational/tcl/pod-1.0/doc/index.html] * Download [http://web.tiscali.it/irrational/tcl/archive/pod-1.0.zip] '''HOW TO USE IT''' Basically, in order to create a Pod-window you only need to add 2 lines: package require Pod Pod .myPod or, you can transform an existing toplevel in a Pod-window Pod adapt .topWin There are few other command you can use for customizing the Pod (read below). # change the look .myPod configure -background blue # disable the interactive resizability .myPod configure -resizable false For full details, read the "Pod Reference" [http://web.tiscali.it/irrational/tcl/pod-1.0/doc/pod.html] within the doc directory. ---- [Category Widget]