Author(s): Montse Iglesias.
Version: 1.5#118 (2000/4/19, 18:13:43 CEST)
Version of last change: 1.5#73 (2000/3/19, 19:54:31 CET)
The
tcltk library package is a bidirectional to the Tcl (pronounced Tickle) language and Tk toolkit. Tcl is an interpreter scripting language with many extensions packages, in particular the graphical interface toolkit Tk
tcltk)tcltk)
Usage: tclInterpreter(I)
I is a reference to a Tcl interpreter.
A Tcl command is specified as follows:
Command --> Atom { other than [] }
| Number
| chars(PrologString)
| write(Term)
| format(Fmt,Args)
| dq(Command)
| br(Command)
| sqb(Command)
| min(Command)
| ListOfCommands
ListOfCommands --> []
|[Command|ListOfCommands]
where:
Usage: tclCommand(C)
C is a Tcl command.
Usage: tcl_new(-(TclInterpreter))
TclInterpreter.
-(TclInterpreter) is a reference to a Tcl interpreter.
(tcltk:tclInterpreter/1)
Usage: tcl_eval(+TclInterpreter,+Command,-(Result))
+TclInterpreter is a reference to a Tcl interpreter.
(tcltk:tclInterpreter/1)
+Command is a Tcl command.
(tcltk:tclCommand/1)
-(Result) is a string (a list of character codes).
(basic_props:string/1)
Usage: tcl_delete(+TclInterpreter)
TclInterpreter and the memory used by it
+TclInterpreter is a reference to a Tcl interpreter.
(tcltk:tclInterpreter/1)
Usage: tcl_event(+TclInterpreter,+Command,-(Events))
+TclInterpreter is a reference to a Tcl interpreter.
(tcltk:tclInterpreter/1)
+Command is a Tcl command.
(tcltk:tclCommand/1)
-(Events) is a list.
(basic_props:list/1)
No further documentation available for this predicate.
Usage: tk_new(+Options,-(TclInterpreter))
+Options is a list.
(basic_props:list/1)
-(TclInterpreter) is a reference to a Tcl interpreter.
(tcltk:tclInterpreter/1)
No further documentation available for this predicate.
Go to the first, previous, next, last section, table of contents.