IupGetFunction

Returns the function associated to an action.

This function is now deprecated. The applications should use IupGetCallback instead.

Parameters/Return

Icallback IupGetFunction(const char *name); [in C]
[There is no equivalent in Lua]

name: name of the action.

Returns: the callback or NULL if not found.

See Also

IupSetFunction,  IupGetCallback