class TCL_TK_COMMANDS
****
Bound routines to be called by the callbacks "sather" calls the bound routine associated with
_________sather_command.___This_bound_routine_is_invoked
_________when_the_"sather"_command_is_used_within_Tcl.
________It_receives_as_its_argument_an_array_of_strings.
_
Specifying this routine using a bound routines provides some isolation fom the Gui/Browser so that this module can remain independant of them.
_
"tkkit_cb" calls the bound routine associated with tkkit_cb_command tkkit_cb is so named for historical reasons and should only be used by the browser. It may be renamed in a future release
_


Flattened version is here



Public


Features
sather_command(r:ROUT{ARRAY{STR}})
**** Set the bound routine associated with the callback Tcl command "sather"
sather_command: ROUT{ARRAY{STR}}
**** Return the bound routine associated with the callback Tcl command "sather"
tkkit_cb_command(r:ROUT{ARRAY{STR}}:INT)
**** Used by the browser only
tkkit_cb_command: ROUT{ARRAY{STR}}:INT
**** Used by the browser only


Private

shared _sather_command:ROUT{ARRAY{STR}};
shared _sather_command:ROUT{ARRAY{STR}};
shared _tkkit_cb:ROUT{ARRAY{STR}}:INT;
shared _tkkit_cb:ROUT{ARRAY{STR}}:INT;

The Sather Home Page