Read Me
DESCRIPTION
===========
This package contains several pure Tcl/Tk mega-widgets and their documentation:
- tokenentry
- tokensearch
- wmarkentry
- toggleswitch
- carousel
INSTALLATION
============
You may install this package by copying the entire ptwidgets directory to the
directory which contains your tk library. Or you may copy the entire ptwidgets
directory to another directory location and then get access from within your
application by including the following code segment (let's assume that you
copy the ptwidgets directory to /usr/local/lib for our example).
------------------------------------------------------------
lappend auto_path [file join / usr local lib ptwidgets]
package require tokenentry
package require tokensearch
package require wmarkentry
package require toggleswitch
package require carousel
...
------------------------------------------------------------
For best performance results with the carousel widget's image handling capability, it
is HIGHLY recommended that you configure and build the C-stub extension located in the
src directory by doing the following:
> ./configure --with-tcl=<path to tclConfig.sh> --with-tk=<path to tkConfig.sh>
> make
DOCUMENTATION
=============
The full widget documentation can be found in the docs directory in HTML format.
AUTHORS
=======
Trevor Williams (phase1geo@gmail.com)
HOMEPAGE
========
http://ptwidgets.sourceforge.net