summaryrefslogtreecommitdiff
path: root/lib/libXt/man/XtQueryGeometry.man
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libXt/man/XtQueryGeometry.man')
-rw-r--r--lib/libXt/man/XtQueryGeometry.man39
1 files changed, 6 insertions, 33 deletions
diff --git a/lib/libXt/man/XtQueryGeometry.man b/lib/libXt/man/XtQueryGeometry.man
index 2d7a559b5..9c99e0f46 100644
--- a/lib/libXt/man/XtQueryGeometry.man
+++ b/lib/libXt/man/XtQueryGeometry.man
@@ -34,38 +34,11 @@
.ds Vn 2.2
.hw XtQuery-Geometry wid-get
.na
-.de Ds
-.nf
-.\\$1D \\$2 \\$1
-.ft CW
-.ps \\n(PS
-.\".if \\n(VS>=40 .vs \\n(VSu
-.\".if \\n(VS<=39 .vs \\n(VSp
-..
-.de De
-.ce 0
-.if \\n(BD .DF
-.nr BD 0
-.in \\n(OIu
-.if \\n(TM .ls 2
-.sp \\n(DDu
-.fi
-..
-.de IN \" send an index entry to the stderr
-..
-.de Pn
-.ie t \\$1\fB\^\\$2\^\fR\\$3
-.el \\$1\fI\^\\$2\^\fP\\$3
-..
-.de ZN
-.ie t \fB\^\\$1\^\fR\\$2
-.el \fI\^\\$1\^\fP\\$2
-..
-.ny0
.TH XtQueryGeometry __libmansuffix__ __xorgversion__ "XT FUNCTIONS"
.SH NAME
XtQueryGeometry \- query the preferred geometry of a child widget
.SH SYNTAX
+#include <X11/Intrinsic.h>
.HP
XtGeometryResult XtQueryGeometry(Widget \fIw\fP\^, XtWidgetGeometry
*\fIintended\fP, XtWidgetGeometry *\fIpreferred_return\fP\^);
@@ -83,19 +56,19 @@ the child's parent sets any changes
that it intends to make to the child's geometry in the corresponding fields of
the intended structure, sets the corresponding bits in intended.request_mode,
and calls
-.ZN XtQueryGeometry .
+.BR XtQueryGeometry .
.LP
-.ZN XtQueryGeometry
+.B XtQueryGeometry
clears all bits in the preferred_return->request_mode and checks the
query_geometry field of the specified widget's class record.
If query_geometry is not NULL,
-.ZN XtQueryGeometry
+.B XtQueryGeometry
calls the query_geometry procedure and passes as arguments the
specified widget, intended, and preferred_return structures.
If the intended argument is NULL,
-.ZN XtQueryGeometry
+.B XtQueryGeometry
replaces it with a pointer to an
-.ZN XtWidgetGeometry
+.B XtWidgetGeometry
structure with request_mode=0 before calling query_geometry.
.SH "SEE ALSO"
XtConfigureWidget(__libmansuffix__),