IupGetGlobalFunction

Definition: include pGUI.e

cbfunc func = IupGetGlobalFunction(string name)
Description: Returns the function associated to an action only when it was set by IupSetGlobalFunction.
It will not work if IupSetCallback was used.

name: name of the action.

Returns: the callback or NULL if not found.

This function wraps the C function IupGetFunction (there is no C function named IupGetGlobalFunction). The name has been changed by pGUI.e to match IupSetGlobalFunction.
See Also: IupSetGlobalFunction, IupGetCallback