Tixapps Applications Framework 1.7
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 including
ObjTix/*.*, a simple Tcl layer that
exposes Tix's builtin object system, required by TixApps applications.
- ObjTcl/*.*
Objected Tcl, a simple Tcl object
system, written in Tcl, required by TixApps applications.
- Widgets/*.*
Some widgets
written in Objected Tix, with a wrapper to make then directly available
to 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 source from
http://tix.sourceforge.net/Tixapps/.
You can download Tixapps binaries from
http://starship.python.net/crew/mike/Tixapps/ .
Support
No support for Tixapps is available at this time.
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