Scilab 5.5.2
- Scilabヘルプ
- GUI
- Borders
- Layouts
- Tree
- about
- addmenu
- clipboard
- close
- consoleプロパティ
- createWindow
- delmenu
- exportUI
- figure
- findobj
- gcbo
- getcallbackobject
- getinstalledlookandfeels
- getlookandfeel
- getvalue
- 対話型エディタ
- loadGui
- messagebox
- printfigure
- printsetupbox
- progressionbar
- root_properties
- saveGui
- setlookandfeel
- setmenu
- toolbar
- toprint
- tree_show
- uicontextmenu
- uicontrol
- uicontrolプロパティ
- uigetcolor
- uigetdir
- uigetfile
- uigetfont
- uimenu
- 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_choices
トグルボタンにより選択を行う対話的Xwindow
呼び出し手順
rep=x_choices(title,items)
引数
- title
文字列のベクトル, ポップアップウインドウの表題.
- items
項目のリスト
items=list(item1,...,itemn)
, ただし,各item
はそれ自体以下の型のリストです:item=list('label',default_choice,choices)
.default_choice
は エントリのトグルのデフォルト値を指定する整数で,choices
は選択肢を指定する文字列の 行ベクトルです.- rep
各要素が選択されたトグルの番号を 表す整数ベクトルです. ユーザが"cancel"ボタンを指定した場合,
rep
は[]
に設定されます.
説明
トグルリストから要素を選択し,
選択された要素をrep
に返します.
例を表示するにはx_choices()
を入力してください.
例
Report an issue | ||
<< waitbar | GUI | x_choose >> |