Scilab Website | Contribute with GitLab | Mailing list archives | ATOMS toolboxes
Scilab Online Help
6.0.2 - Português

Change language to:
English - Français - 日本語 - Русский

Please note that the recommended version of Scilab is 2024.0.0. This page might be outdated.
However, this page did not exist in the previous stable version.

Ajuda do Scilab >> Scilab > Configuration > with_tk

with_tk

checa se o Scilab foi construído com TCL/TK (obsolete)

Seqüência de Chamamento

r=with_tk()

Parâmetros

r

um booleano

Descrição

with_tk() will no longer be available in Scilab 6.1. Please use with_module("tclsci") instead.

Retorna %t se o Scilab tiver sido construído com a interface TCL/TK ou %f se não.

Exemplos

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

Histórico

VersãoDescrição
6.0.2 with_tk() is declared obsolete to be removed from Scilab 6.1. It may be replaced with with_module("tclsci").
Report an issue
<< with_module Configuration Debugging >>

Copyright (c) 2022-2023 (Dassault Systèmes)
Copyright (c) 2017-2022 (ESI Group)
Copyright (c) 2011-2017 (Scilab Enterprises)
Copyright (c) 1989-2012 (INRIA)
Copyright (c) 1989-2007 (ENPC)
with contributors
Last updated:
Thu Feb 14 15:00:33 CET 2019