IupGetFunction

IUP - Portable User Interface

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 IupLua]

name: name of the action.

See Also

IupSetFunction,  IupGetCallback