summaryrefslogtreecommitdiff
path: root/man/XtClass.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/XtClass.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/XtClass.man')
-rw-r--r--man/XtClass.man9
1 files changed, 6 insertions, 3 deletions
diff --git a/man/XtClass.man b/man/XtClass.man
index 8842c55..f23a40e 100644
--- a/man/XtClass.man
+++ b/man/XtClass.man
@@ -98,9 +98,11 @@ The
function returns
.B True
if the class of the specified widget is equal to or is a subclass of
-the specified class. The widget's class can be any number of subclasses
+the specified class.
+The widget's class can be any number of subclasses
down the chain and need not be an immediate subclass of the specified
-class. Composite widgets that need to restrict the class of the items
+class.
+Composite widgets that need to restrict the class of the items
they contain can use
.B XtIsSubclass
to find out if a widget belongs to the desired class of objects.
@@ -128,7 +130,8 @@ and generates no code.
To test if a given widget belongs to a subclass of an Intrinsics-defined
class, the Intrinsics defines macros or functions equivalent to
.B XtIsSubclass
-for each of the built-in classes. These procedures are
+for each of the built-in classes.
+These procedures are
.BR XtIsObject ,
.BR XtIsRectObj ,
.BR XtIsWidget ,