Go to the first, previous, next, last section, table of contents.


Low level interface library to Tcl/Tk

Author(s): Montse Iglesias Urraca.

Version: 1.11#222 (2004/5/24, 13:8:7 CEST)

Version of last change: 1.9#315 (2004/2/25, 18:28:19 CET)

The tcltk_low_level library defines the low level interface used by the tcltk library. Essentially it includes all the code related directly to the handling of sockets and processes. This library should normally not be used directly by user programs, which use tcltk instead. On the other hand in some cases it may be useful to undertand how this library works in order to understand possible problems in programs that use the tcltk library.

Usage and interface (tcltk_low_level)

Documentation on exports (tcltk_low_level)

PREDICATE: new_interp/1:

Usage: new_interp(TclInterpreter)

PREDICATE: new_interp/2:

Usage: new_interp(TclInterpreter, Options)

PREDICATE: new_interp_file/2:

Usage: new_interp_file(FileName, TclInterpreter)

PREDICATE: tcltk/2:

Usage: tcltk(Code, TclInterpreter)

PREDICATE: tcltk_raw_code/2:

Usage: tcltk_raw_code(String, TclInterpreter)

PREDICATE: receive_result/2:

Usage: receive_result(Result, TclInterpreter)

PREDICATE: send_term/2:

Usage: send_term(String, TclInterpreter)

PREDICATE: receive_event/2:

Usage: receive_event(Event, TclInterpreter)

PREDICATE: receive_list/2:

Usage: receive_list(List, TclInterpreter)

PREDICATE: receive_confirm/2:

Usage: receive_confirm(String, TclInterpreter)

PREDICATE: delete/1:

Usage: delete(TclInterpreter)

Documentation on internals (tcltk_low_level)

PREDICATE: core/1:

Usage: core(String)


Go to the first, previous, next, last section, table of contents.