Tixapps Applictions Framework 1.4

Tixapps are a suite of development applications that run with Tk/Tcl (http://tcl.activestate.com) or Python (http://www.python.org), using the Tix widget set from http://tix.sourceforge.net.

Applications currently included in TixApps are:
tixinspect:
is an inspector for Tix/Tk applications. It uses Tk's send command to retrieve infomation from other Tk applications.
tixdebug:
a debugger to work with tixinspect.
tixinfo:
an info browser for GNU documentation.

Utilities currently included in TixApps are:
Utils/*.*
Miscellaneous utilities.
ObjTcl/*.*
Objected Tcl, a simple Tcl object system, written in Tcl, required by TixApps applications.
Widgets/*.*
Some widgets written in Objected Tcl, with an experimental wrapper to wrap Tcl objects directly into Python.
lib/tix8.1/pref/ WmDefault.*
The WMDefault package for making Tk apps use the CDE/KDE/GNOME/Windows scheme. This is the default Tix scheme.

Download

You can download TixApps from http://tix.sourceforge.net/Tixapps/.

Support

For bug reports or patches on Tixapps, please consult the Tixapps User's Forum

Installation

To install TixApps applications, set the environment variable TIXAPPS_SRC to point to this directory.

To run TixApps applications with Tcl, under Unix use

   tixwish $TIXAPPS_SRC/Tixapps.tcl 
or under Windows
   tixwish %TIXAPPS_SRC%\Tixapps.tcl 
where <program> is one of: tixinfo or tixinspect.

TixApps applications with Python require Python 2.1 (except ActiveState 2.1 Build 210 - the Tk/Tcl is broken).

To run TixApps applications with Python, under Unix use

for tixinspect:	python $TIXAPPS_SRC/tixinspect/Tixinspect.py
for tixinfo:   	python $TIXAPPS_SRC/tixinspect/Tixinfo.py
or under Windows
for tixinspect:	pythonw.exe %TIXAPPS_SRC%\tixinspect\Tixinspect.py
for tixinfo:   	pythonw.exe %TIXAPPS_SRC%\tixinfo\Tixinfo.py