Updated 2015-01-26 22:32:31 by aspect

The qualified name of this safe tcl command is ::safe::loadTk.
::safe::loadTk slave ?-use windowId? ?-display displayName?

The documentation can be found at http://www.tcl.tk/man/tcl/TkCmd/loadTk.htm .

The -use option forces the subordinate slave interpreter's main window to be a child of (i.e., embedded within) the X11 window whose ID is windowId. The -display option forces the subordinate slave interpreter's main window to be on the given X11 display called displayName.

See also edit