Scilab 6.0.0
- Scilabヘルプ
- GUI
- Borders
- Layouts
- Tree
- about
- addmenu
- clipboard
- close
- consoleプロパティ
- createWindow
- delmenu
- exportUI
- figure
- findobj
- gcbo
- getcallbackobject
- getinstalledlookandfeels
- getlookandfeel
- getvalue
- 対話型エディタ
- loadGui
- messagebox
- printfigure
- printsetupbox
- progressionbar
- root_properties
- saveGui
- setlookandfeel
- setmenu
- toolbar
- toprint
- tree_show
- uicontextmenu
- uicontrol
- uicontrolプロパティ
- uigetcolor
- uigetdir
- uigetfile
- uigetfont
- uimenu
- uimenuプロパティ
- uiputfile
- unsetmenu
- usecanvas
- waitbar
- x_choices
- x_choose
- x_choose_modeless
- x_dialog
- x_matrix
- x_mdialog
Scilabヘルプ >> GUI > gcbo
gcbo
コールバックを実行中のオブジェクトのハンドル
呼び出し手順
gcbo
説明
gcbo
はコールバック実行時に自動的に
作成されるScilab変数です.
この変数は
getcallbackobjectにより
初期化されます.
コールバックが実行中でない場合,Scilab環境に
gcbo
は存在しません.
複数のオブジェクト用に単一のコールバックを作成する際,
ユーザのアクションを受信したオブジェクトを知るために,
コールバック関数でgcbo
を使用できます.
参照
- getcallbackobject — コールバックを実行中のオブジェクトのハンドルを返す.
Comments
Add a comment:
Please login to comment this page.