<< with_module Configuration Debugging >>

Aide de Scilab >> Scilab > Configuration > with_tk

with_tk

Checks if Scilab has been built with TCL/TK

Calling Sequence

r = with_tk()

Arguments

r

a boolean

Description

Returns %t if Scilab has been built with TCL/TK interface or %f if not.

Examples

if with_tk() == %t then
   disp("Tk is available");
else
   disp("Tk is not available");
end

Report an issue
<< with_module Configuration Debugging >>