XtAppAddActionHook(3) | Library Functions Manual | XtAppAddActionHook(3) |
XtActionHookId XtAppAddActionHook(XtAppContext app_context, XtActionHookProc proc, XtPointer client_data);
void XtRemoveActionHook(XtActionHookId id);
Action hook procedures are removed automatically and the XtActionHookId s destroyed when the application context in which they were added is destroyed.
XtRemoveActionHook removes the specified action hook procedure from the list in which it was registered.
X Version 11 | XT FUNCTIONS |