GUIKit`
GUIKit`

InvokeMethod

GUIKitで提供されていた機能は,組込みのWolfram言語にネイティブのインターフェース構造およびコントロール関数で利用できるようになった.

InvokeMethod[name,{}|content]

ラッピングコンテキストティドウィジェットへのウィジェットメソッドを呼び出す.

InvokeMethod[{target,name},content]

指定されたターゲットウィジェットへのウィジェットメソッドを呼び出す.

詳細とオプション

  • InvokeMethodを使用する際は,まずNeeds["GUIKit`"]を使って GUIKit をロードする必要がある.
  • InvokeMethodは,ウィジェットへのメソッドの呼出しの作成に使うことができる.呼出しの引数は content で指定する.
  • ターゲットの引数が存在しない場合,メソッド呼出しのターゲットはラッピングウィジェットインスタンスになる.

例題

  (1)

簡単なウィジェット定義を実行する:

x の座標を返すメソッドを呼び出す:

フレームの大きさを変更するメソッドの呼出しに引数を指定する:

Wolfram Research (2007), InvokeMethod, Wolfram言語関数, https://reference.wolfram.com/language/GUIKit/ref/InvokeMethod.html.

テキスト

Wolfram Research (2007), InvokeMethod, Wolfram言語関数, https://reference.wolfram.com/language/GUIKit/ref/InvokeMethod.html.

CMS

Wolfram Language. 2007. "InvokeMethod." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/GUIKit/ref/InvokeMethod.html.

APA

Wolfram Language. (2007). InvokeMethod. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/GUIKit/ref/InvokeMethod.html

BibTeX

@misc{reference.wolfram_2024_invokemethod, author="Wolfram Research", title="{InvokeMethod}", year="2007", howpublished="\url{https://reference.wolfram.com/language/GUIKit/ref/InvokeMethod.html}", note=[Accessed: 18-November-2024 ]}

BibLaTeX

@online{reference.wolfram_2024_invokemethod, organization={Wolfram Research}, title={InvokeMethod}, year={2007}, url={https://reference.wolfram.com/language/GUIKit/ref/InvokeMethod.html}, note=[Accessed: 18-November-2024 ]}