class TCL_TK
****
The interface to Tcl/Tk


Flattened version is here



Public


Readable Attributes
attr interpreter:EXT_OB;
attr main_window:EXT_OB;

Features
Error: INT
Ok: INT
Volatile: EXT_OB
create(basename, classname: STR): SAME
create_no_window(basename, classname: STR): SAME
eval(script: STR): STR
eval_file(file: STR): STR
main_loop
to_array_str(cpp: EXT_OB): ARRAY{STR}
**** make array of STR from char ** must be terminated with NULL


Private

create_main_window(basename, classname: STR): EXT_OB
attr interpreter:EXT_OB;
attr main_window:EXT_OB;

The Sather Home Page