summaryrefslogtreecommitdiff
path: root/man/XtGetActionList.man
diff options
context:
space:
mode:
authorThomas E. Dickey <dickey@invisible-island.net>2019-05-07 20:15:12 -0400
committerThomas E. Dickey <dickey@invisible-island.net>2019-05-07 20:35:51 -0400
commit0eedde5df39ac754623511c06c5573ad62ca4c4c (patch)
tree176c33c04352bbef32c3c50ffabd1eb1ab30a1ed /man/XtGetActionList.man
parentb7a87ccb07f816e7b9579d91bd66552e86ef0e8e (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/XtGetActionList.man')
-rw-r--r--man/XtGetActionList.man9
1 files changed, 6 insertions, 3 deletions
diff --git a/man/XtGetActionList.man b/man/XtGetActionList.man
index b8f457b..9c62a17 100644
--- a/man/XtGetActionList.man
+++ b/man/XtGetActionList.man
@@ -50,13 +50,16 @@ Returns the action list.
Returns the number of action procedures declared by the class.
.SH DESCRIPTION
.B XtGetActionList
-returns the action table defined by the specified widget class. This
-table does not include actions defined by the superclasses. If
+returns the action table defined by the specified widget class.
+This
+table does not include actions defined by the superclasses.
+If
\fIwidget_class\fP is not initialized, or is not
.B coreWidgetClass
or a subclass thereof, or if the class does not define any actions,
*\fIactions_return\fP will be NULL and *\fInum_actions_return\fP will
-be zero. If *\fIactions_return\fP is non-NULL the client is responsible
+be zero.
+If *\fIactions_return\fP is non-NULL the client is responsible
for freeing the table using
.B XtFree
when it is no longer needed.