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
x_dialog
対話的な複数行入力用ダイアログ.
呼び出し手順
result=x_dialog(labels,valueini)
引数
- labels
文字列の列ベクトル, ダイアログ用コメント
- valueini
文字列の列ベクトル, 提案する初期値
- result
ユーザの応答: "Ok"ボタンで返した場合は文字列の列ベクトル, "Cancel"ボタンで返した場合は []
説明
対話的な複数行入力用ダイアログを開きます.
例
参照
Report an issue | ||
<< x_choose_modeless | GUI | x_matrix >> |