Menu

Tree [44445a] default tip /
 History

Read Only access


File Date Author Commit
 common 2016-10-04 Trevor Williams Trevor Williams [5c5049] * Updating specl and htmllib libraries.
 doc 2014-09-15 Trevor Williams Trevor Williams [fa7ff3] * More tabbar documentation updates.
 examples 2015-07-21 Trevor Williams Trevor Williams [03c18d] * Checkpointing work on tokenpath widget.
 library 2018-12-04 Trevor Williams Trevor Williams [44445a] * Updating tabbar and tokenentry widgets from T...
 php 2015-04-10 Trevor Williams Trevor Williams [d1ea29] * Adding initial PHP handler for specl.
 src 2014-08-31 Trevor Williams Trevor Williams [938873] * Merging files.
 tclconfig 2013-03-02 Trevor Williams Trevor Williams [2bf958] * Fixing bindings to allow the users to add the...
 test 2014-09-09 Trevor Williams Trevor Williams [d97fb7] * Fixing -movable tab option behavior.
 .hgignore 2016-12-13 Trevor Williams Trevor Williams [7a5db1] * Adding .hgignore file.
 .hgtags 2012-08-20 Trevor Williams Trevor Williams [83b9d3] Added tag stable-1.1.0 for changeset 6ec20bc39624
 COPYRIGHT 2012-01-02 Trevor Williams Trevor Williams [441440] * Adding missing COPYRIGHT file.
 ChangeLog 2012-08-20 Trevor Williams Trevor Williams [6ec20b] * Updating ChangeLog for stable-1.1.0 release.
 Makefile.in 2014-08-31 Trevor Williams Trevor Williams [41078d] * Fixing various build and installation issues.
 README 2012-11-03 Trevor Williams Trevor Williams [bffae2] * Small tweak to README.
 aclocal.m4 2012-11-03 Trevor Williams Trevor Williams [714678] * Adding configuration files for building C ext...
 configure 2014-08-31 Trevor Williams Trevor Williams [41078d] * Fixing various build and installation issues.
 configure.in 2014-09-09 Trevor Williams Trevor Williams [7d2ad7] * More updates to tabbar documentation (all opt...
 pkgIndex.tcl.in 2015-07-20 Trevor Williams Trevor Williams [7123a5] * Starting work on tokenpath widget.

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