IupGetActionName

Should return the name of the action being executed by the application. It works only if the application used IupSetFunction, which is now deprecated.

Parameters/Return

const char* IupGetActionName(void); [in C]
[There is no equivalent in Lua]

Returns: the name of the action.

See Also

DEFAULT_ACTION, IupSetFunction