Scilab 5.4.0
- 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
gcbo
コールバックを実行中のオブジェクトのハンドル
呼び出し手順
gcbo
説明
gcbo
はコールバック実行時に自動的に
作成されるScilab変数です.
この変数は
getcallbackobjectにより
初期化されます.
コールバックが実行中でない場合,Scilab環境に
gcbo
は存在しません.
複数のオブジェクト用に単一のコールバックを作成する際,
ユーザのアクションを受信したオブジェクトを知るために,
コールバック関数でgcbo
を使用できます.
参照
- getcallbackobject — コールバックを実行中のオブジェクトのハンドルを返す.
Report an issue | ||
<< findobj | GUI | getcallbackobject >> |