Scilab Website | Contribute with GitLab | Mailing list archives | ATOMS toolboxes
Scilab Online Help
6.1.1 - 日本語

Change language to:
English - Français - Português - Русский

Please note that the recommended version of Scilab is 2024.0.0. This page might be outdated.
See the recommended documentation of this function

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 — いくつかのWindows、LinuxまたはMacOS命令を実行し、変数で出力する
Report an issue
<< x_choose GUI x_dialog >>

Copyright (c) 2022-2023 (Dassault Systèmes)
Copyright (c) 2017-2022 (ESI Group)
Copyright (c) 2011-2017 (Scilab Enterprises)
Copyright (c) 1989-2012 (INRIA)
Copyright (c) 1989-2007 (ENPC)
with contributors
Last updated:
Mon Jan 03 14:37:53 CET 2022