<< with_module Configuration Debugging >>

Scilabヘルプ >> Scilab > Configuration > with_tk

with_tk

Scilab にTCL/TKが組み込まれているかどうかを調べる

呼出し手順

r = with_tk()

引数

r

論理値

説明

ScilabがTCL/TKインターフェイスと共に構築されている場合に %t, そうでない場合に %f を返します.

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

Report an issue
<< with_module Configuration Debugging >>