Version 0 of Pod

Updated 2007-08-04 21:17:50 by ABU

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: [L1 ]
  • Download [L2 ]

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" [L3 ] within the doc directory.


Category Widget