diff options
Diffstat (limited to 'man/XtAppAddActionHook.man')
-rw-r--r-- | man/XtAppAddActionHook.man | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/man/XtAppAddActionHook.man b/man/XtAppAddActionHook.man index dde6ee7..cb6a7c5 100644 --- a/man/XtAppAddActionHook.man +++ b/man/XtAppAddActionHook.man @@ -72,21 +72,21 @@ Specifies the action hook procedure. .IP \fInum_args\fP 1i Specifies the application-specific data to be passed to the action hook. .SH DESCRIPTION -.ZN XtAppAddActionHook +.BR XtAppAddActionHook adds the specified procedure to the front of a list maintained in the application context. In the future, when an action routine is about to be invoked for any widget in this application context, either through the translation manager or via -.ZN XtCallActionProc , +.BR XtCallActionProc , the action hohok procedures will be called in reverse order of registration jut prior to invoking the action routine. .LP Action hook procedures are removed automatically and the -.ZN XtActionHookId +.BR XtActionHookId s destroyed when the application context in which they were added is destroyed. .LP -.ZN XtRemoveActionHook +.BR XtRemoveActionHook removes the specified action hook procedure from the list in which it was registered. .SH "SEE ALSO" |