Scilab 5.4.1
- 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
getcallbackobject
コールバックを実行中のオブジェクトのハンドルを返す.
呼び出し手順
h = getcallbackobject(objectUID)
引数
- h
ハンドル: コールバックを実行中のオブジェクトのハンドル.
- objectUID
文字列: JavaオブジェクトのUID.
説明
getcallbackobject
は
コールバック実行中に
gcboという名前のScilab変数を
自動的に作成するために使用されます.
getcallbackobject
は,
現在実行されているコールバックがない場合に [] を返します.
getcallbackobject
は
Javaコールバック以外では直接使用するべきではありません.
参照
- gcbo — コールバックを実行中のオブジェクトのハンドル
Report an issue | ||
<< gcbo | GUI | getinstalledlookandfeels >> |