Scilab 5.4.1
- Scilab help
- GUI
- Tree
- about
- addmenu
- clipboard
- close
- delmenu
- exportUI
- figure
- findobj
- gcbo
- getcallbackobject
- getinstalledlookandfeels
- getlookandfeel
- getvalue
- messagebox
- printfigure
- printsetupbox
- progressionbar
- root_properties
- setlookandfeel
- setmenu
- toolbar
- toprint
- tree_show
- uicontextmenu
- uicontrol
- uigetcolor
- uigetdir
- uigetfile
- uigetfont
- uimenu
- uiputfile
- unsetmenu
- usecanvas
- waitbar
- x_choices
- x_choose
- x_choose_modeless
- x_dialog
- x_matrix
- x_mdialog
Please note that the recommended version of Scilab is 2025.0.0. This page might be outdated.
See the recommended documentation of this function
toolbar
ツールバーを表示または隠す
呼び出し手順
state1=toolbar(winnum,state2) state1=toolbar(winnum)
引数
- state1
ツールバーの 'on' または 'off'の状態
- winum
ウインドウ番号 (-1: Scilabコンソールウインドウ)
- state2
'on' または 'off' はツールバーの状態を設定
説明
ツールバーを表示または隠します.
Report an issue | ||
<< setmenu | GUI | toprint >> |