gcbo
Handle of the object whose callback is executing.
Syntax
gcboDescription
gcbo is a Scilab variable automatically created
            each time a callback in executed. This variable is initialised using getcallbackobject.
gcbo does not exist in Scilab environment if no
            callback is currently executed.
You can use gcbo in callback functions
            particularly if you write a single callback function for multiple objects,
            it helps you to know which object received a user action.
See also
- getcallbackobject — Return the handle of the object whose callback is executing.
 
| Report an issue | ||
| << findobj | IGU | getcallbackobject >> |