Scilab Website | Contribute with GitLab | Mailing list archives | ATOMS toolboxes
Scilab Online Help
6.0.2 - 日本語

Change language to:
English - Français - Português - Русский

Please note that the recommended version of Scilab is 2024.0.0. This page might be outdated.
See the recommended documentation of this function

Scilabヘルプ >> GUI > toolbar

toolbar

ツールバーを表示または隠す

呼び出し手順

state1=toolbar(winnum,state2)
state1=toolbar(winnum)

引数

state1

ツールバーの 'on' または 'off'の状態

winum

ウインドウ番号 (-1: Scilabコンソールウインドウ)

state2

'on' または 'off' はツールバーの状態を設定

説明

ツールバーを表示または隠します.

toolbar(-1,'off')
state=toolbar(-1,'on')
plot3d();
h=gcf();
toolbar(h.figure_id,'off')
Report an issue
<< setlookandfeel GUI toprint >>

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:02:16 CET 2019