Checks if Scilab has been built with TCL/TK
r = with_tk()
a boolean
Returns %t
if Scilab has been built with TCL/TK
interface or %f
if not.
Version | Description |
6.0.2 | with_tk() is declared obsolete. with_module("tclsci")
may be used instead. |
6.1.0 | with_tk() is no longer available. |