[1][LINK] Hybrid Widgets for Tixapps This is a set of widgets used by [2]TIDE and [3]http://tix.sourceforge.net/Tixapps/ applications, that make use of the [4]ObjTix classes and methods: [5]CmdShell A simple Tcl console widget, used to interact with Tcl under Unix, or if the Tcl console is not available (under Python). Available as a [6]Python wrapped class. [7]EmacsTags A simple Tcl script to make TAGS files for Emacs. Supports Tcl with the [8]ObjTix.tcl classes. You can also use [9]ObjTix.tcl to generate tclIndex files that autoload the classes: echo 'source ../Utils/ObjTix.tcl; auto_mkindex . *.tcl' | tclsh [10]Feedback A little feedback widget, used to indicate progress. Available as a [11]Python wrapped class. [12]Editor A simple Editor gadget that knows about Emacs and emacsclient or gnuclient. It also tries to figure out if you need xterm under Xwindows. Set the environment variable VISUAL or EDITOR to the name of your editor, and make sure that it can be found on your PATH. [13]HelpWindow An Html help browser used by Tixinspect and TixClips. Slow and incomplete, but enough for small pages. Available as a [14]Python wrapped class. [15]Interact An interactive console window for interaction with an interpreter. By default it interacts with Tcl, and is the basis for the [16]CmdShell, but see TixClips for how it can be used for other interpreters. Based on the Tk console code. Available as a [17]Python wrapped class. FindDialogs Popup dialogs to get info from the user. Available as Python wrapped classes. [18]TIDESetValue Enter a value. [19]TIDESelectValue Select from a list of values. [20]TIDEGrepInFiles Grep in files. Expects GNU grep to be on your path, under Unix or Windows. [21]TIDEFindInFiles Find files. Expects GNU find to be on your path, under Unix or Windows; under Windows the name of the find is expected to be gfind (find is a Windows command). [22]TIDEExecuteScript Execute a shell script, under Unix or Windows. [23]Verbiage A notebook of windows across the bottom of an application to show the output from executing scripts, from find and grep, and from a help source. Use the FindDialogs. Available as a [24]Python wrapped class. [25]Left A notebook of windows across the left of an application to show files and directories. Available as a [26]Python wrapped class. _________________________________________________________________ [27]TIDE References 1. http://starship.python.net/crew/mike/ 2. http://starship.python.net/crew/mike/Tide/ 3. http://tix.sourceforge.net/Tixapps/ 4. file://localhost/disk/dos/k/Tixapps/src/Utils/ObjTix.txt 5. file://localhost/disk/dos/k/Tixapps/src/Widgets/CmdShell.tcl 6. file://localhost/disk/dos/k/Tixapps/src/Widgets/CmdShell.py 7. file://localhost/disk/dos/k/Tixapps/src/Widgets/EmacsTags.tcl 8. file://localhost/disk/dos/k/Tixapps/src/Utils/ObjTix.tcl 9. file://localhost/disk/dos/k/Tixapps/src/Utils/ObjTix.tcl 10. file://localhost/disk/dos/k/Tixapps/src/Widgets/Feedback.tcl 11. file://localhost/disk/dos/k/Tixapps/src/Widgets/Feedback.py 12. file://localhost/disk/dos/k/Tixapps/src/Widgets/Editor.tcl 13. file://localhost/disk/dos/k/Tixapps/src/Widgets/HelpWindow.tcl 14. file://localhost/disk/dos/k/Tixapps/src/Widgets/HelpWindow.py 15. file://localhost/disk/dos/k/Tixapps/src/Widgets/Interact.tcl 16. file://localhost/disk/dos/k/Tixapps/src/Widgets/CmdShell.tcl 17. file://localhost/disk/dos/k/Tixapps/src/Widgets/Interact.py 18. file://localhost/disk/dos/k/Tixapps/src/Widgets/SetValue.tcl 19. file://localhost/disk/dos/k/Tixapps/src/Widgets/SelectValue.tcl 20. file://localhost/disk/dos/k/Tixapps/src/Widgets/GrepInFiles.tcl 21. file://localhost/disk/dos/k/Tixapps/src/Widgets/FindInFiles.tcl 22. file://localhost/disk/dos/k/Tixapps/src/Widgets/ExecuteScript.tcl 23. file://localhost/disk/dos/k/Tixapps/src/Widgets/Verbiage.tcl 24. file://localhost/disk/dos/k/Tixapps/src/Widgets/Verbiage.py 25. file://localhost/disk/dos/k/Tixapps/src/Widgets/Left.tcl 26. file://localhost/disk/dos/k/Tixapps/src/Widgets/Left.py 27. http://starship.python.net/crew/mike/Tide/