[INLINE] Tixapps Applications Framework 1.7 Tixapps are a suite of development applications that run with Tk/Tcl ([1]http://tcl.activestate.com) or Python ([2]http://www.python.org), using the Tix widget set from [3]http://tix.sourceforge.net. Applications currently included in TixApps are: [4]tixinspect: is an [5]inspector for Tix/Tk applications. It uses Tk's send command to retrieve infomation from other Tk applications. [6]tixdebug: a [7]debugger to work with tixinspect. [8]tixinfo: an [9]info browser for GNU documentation. Utilities currently included in TixApps are: [10]Utils/*.* Miscellaneous utilities including [11]ObjTix/*.*, a simple Tcl layer that exposes Tix's builtin object system, required by TixApps applications. [12]ObjTcl/*.* Objected Tcl, a simple Tcl object system, written in Tcl, required by TixApps applications. [13]Widgets/*.* Some widgets written in Objected Tix, with a wrapper to make then directly available to Python. [14]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 [15]http://tix.sourceforge.net/Tixapps/. You can download Tixapps binaries from [16]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 [17]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 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 References 1. http://tcl.activestate.com/ 2. http://www.python.org/ 3. http://tix.sourceforge.net/ 4. file://localhost/disk/dos/k/Tixapps/src/tixinspect/Tixinspect.gif 5. file://localhost/disk/dos/k/Tixapps/src/tixinspect/Tixinspect.html 6. file://localhost/disk/dos/k/Tixapps/src/tixdebug/Tixdebug.gif 7. file://localhost/disk/dos/k/Tixapps/src/tixdebug/Tixdebug.html 8. file://localhost/disk/dos/k/Tixapps/src/tixinfo/Tixinfo.gif 9. file://localhost/disk/dos/k/Tixapps/src/tixinfo/Tixinfo.html 10. file://localhost/disk/dos/k/Tixapps/src/Utils 11. file://localhost/disk/dos/k/Tixapps/src/Utils/ObjTix.txt 12. file://localhost/disk/dos/k/Tixapps/src/ObjTcl/ 13. file://localhost/disk/dos/k/Tixapps/src/Widgets/Widgets.html 14. file://localhost/disk/dos/k/Tixapps/lib/tix8.1/pref/WmDefault.txt 15. http://tix.sourceforge.net/Tixapps/ 16. http://starship.python.net/crew/mike/Tixapps/ 17. http://sourceforge.net/forum/forum.php?forum_id=142715