diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 2019-05-07 20:15:12 -0400 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 2019-05-07 20:35:51 -0400 |
commit | 0eedde5df39ac754623511c06c5573ad62ca4c4c (patch) | |
tree | 176c33c04352bbef32c3c50ffabd1eb1ab30a1ed /man/XtCallActionProc.man | |
parent | b7a87ccb07f816e7b9579d91bd66552e86ef0e8e (diff) |
manpage style fix: sentences should end at the end of a line
Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>
Diffstat (limited to 'man/XtCallActionProc.man')
-rw-r--r-- | man/XtCallActionProc.man | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/man/XtCallActionProc.man b/man/XtCallActionProc.man index b0a82dd..18ce528 100644 --- a/man/XtCallActionProc.man +++ b/man/XtCallActionProc.man @@ -43,7 +43,8 @@ void XtCallActionProc(Widget \fIwidget\fP, const char *\fIaction\fP, XEvent *\fIevent\fP, String *\fIparams\fP, Cardinal \fInum_params\fP); .SH ARGUMENTS .IP \fIwidget\fP 1i -Specifies the widget in which the action is to be invoked. Must be +Specifies the widget in which the action is to be invoked. +Must be of class core of any subclass thereof. .IP \fIaction\fP 1i Specifies the name of the action routine. @@ -56,12 +57,15 @@ Specifies the num of entries in \fIparams\fP. .SH DESCRIPTION .B XtCallActionProc searches for the named action routine in the same manner and order as -translation tables are bound. If found, the action routine is invoked -with the specified widget, event pointer, and parameters. It is the +translation tables are bound. +If found, the action routine is invoked +with the specified widget, event pointer, and parameters. +It is the responsibility of the caller to ensure that the contents of \fIevent\fP, \fIparams\fP, and \fInum_params\fP arguments are appropriate for the specified routine, and if necessary, that the specified widget is -realized or sensitive. If the named action routine cannot be found, +realized or sensitive. +If the named action routine cannot be found, .B XtCallActionProc generates a warning message and returns. .SH "SEE ALSO" |