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
delmenu
対話的なボタン/メニューを削除
呼び出し手順
delmenu(button) delmenu(gwin,button)
引数
- button
文字列. ボタンの名前. (X Windowではなく) Windowsの場合, キーボードショートカットで使用される名前の文字の 前に&を指定します; この文字はGUIで下線が引かれます.
- gwin
整数. ボタンをインストールした グラフィックウインドウの番号
説明
この関数により,
メインまたはグラフィックウインドウコマンドパネルに
addmenu
で作成された
ボタンまたはメニューをユーザが削除できます.
Scilabグラフィックウインドウに定義済みのボタンも削除できます.
可能ならば, コマンドパネルにすきまを発生しないように 指定したウインドウに最後に作成したボタンを最初に削除する と良いでしょう.
例
addmenu('foo') delmenu('foo')
Report an issue | ||
<< close | GUI | exportUI >> |