Scilab Home page | Wiki | Bug tracker | Forge | Mailing list archives | ATOMS | File exchange
Please login or create an account
Change language to: English - Français - Português - Русский -
Scilabヘルプ >> GUI > x_choose_modeless

x_choose_modeless

対話的な選択ウインドウ(モーダルダイアログでない)

呼び出し手順

[num]=x_choose_modeless(items,title [,button])

引数

items

文字列の列ベクトル. 選択する要素

title

文字列の列ベクトル, ダイアログのコメント

button

文字列, ボタンに表示されるテキスト. デフォルト値は'Cancel'です

num

整数, 選択された要素の番号または 0 ("Cancel"ボタンが押された場合)

説明

選択された要素の番号をnumに返します.

n = x_choose_modeless(['item1';'item2';'item3'],['that is a comment';'for the dialog'])
n = x_choose_modeless(['item1';'item2';'item3'],['that is a comment'],'Return')

参照

  • x_choose — 対話的な選択ウインドウ (モーダルダイアログ)
  • x_choices — トグルボタンにより選択を行う対話的Xwindow
  • x_mdialog — 対話的なベクトル/行列入力用のダイアログ.
  • getvalue — データ取得用のxwindowダイアログ
  • unix_g — シェル (sh)コマンドを実行, 出力を変数にリダイレクト
Scilab Enterprises
Copyright (c) 2011-2015 (Scilab Enterprises)
Copyright (c) 1989-2012 (INRIA)
Copyright (c) 1989-2007 (ENPC)
with contributors
Last updated:
Wed Jun 15 08:35:29 CEST 2016