Go to: Synopsis. Return value. MEL examples.
string CBG(string $callProc, string $parent, string $whichCallback)
None
| Variable Name | Variable Type | Description |
|---|---|---|
| $callProc | string | Name of procedure to be called |
| $parent | string | Parent widget of control where callback will live |
| $whichCall | string | Name of callback |
string $cb = CBG("CallMe", "MyWidget", "AfterIHappen");
// Result : CallMeCallback "MyWidget" "AfterIHappen" //