summaryrefslogtreecommitdiff
path: root/man/XtMakeGeometryRequest.man
diff options
context:
space:
mode:
Diffstat (limited to 'man/XtMakeGeometryRequest.man')
-rw-r--r--man/XtMakeGeometryRequest.man18
1 files changed, 9 insertions, 9 deletions
diff --git a/man/XtMakeGeometryRequest.man b/man/XtMakeGeometryRequest.man
index 346670b..a696df3 100644
--- a/man/XtMakeGeometryRequest.man
+++ b/man/XtMakeGeometryRequest.man
@@ -129,10 +129,10 @@ XtMakeGeometryRequest, XtMakeResizeRequest \- make geometry manager request
.SH SYNTAX
.HP
XtGeometryResult XtMakeGeometryRequest(Widget \fIw\fP, XtWidgetGeometry
-*\fIrequest\fP, XtWidgetGeometry *\fIreply_return\fP);
+*\fIrequest\fP, XtWidgetGeometry *\fIreply_return\fP);
.HP
XtGeometryResult XtMakeResizeRequest(Widget \fIw\fP, Dimension \fIwidth\fP,
-\fIheight\fP, Dimension *\fIwidth_return\fP, Dimension *\fIheight_return\fP);
+\fIheight\fP, Dimension *\fIwidth_return\fP, Dimension *\fIheight_return\fP);
.SH ARGUMENTS
.IP \fIreply_return\fP 1i
Returns the allowed widget size or may be NULL
@@ -159,11 +159,11 @@ it makes the changes and returns
.ZN XtGeometryYes .
.IP \(bu 5
If the parent is not a subclass of
-.ZN compositeWidgetClass
+.ZN compositeWidgetClass
or the parent's geometry_manager is NULL,
it issues an error.
.IP \(bu 5
-If the widget's being_destroyed field is
+If the widget's being_destroyed field is
.ZN True ,
it returns
.ZN XtGeometryNo .
@@ -172,7 +172,7 @@ If the widget x, y, width, height and border_width fields are
all equal to the requested values,
it returns
.ZN XtGeometryYes ;
-otherwise, it calls the parent's geometry_manager procedure
+otherwise, it calls the parent's geometry_manager procedure
with the given parameters.
.IP \(bu 5
If the parent's geometry manager returns
@@ -182,9 +182,9 @@ and if
is not set in the request_mode
and if the widget is realized,
.ZN XtMakeGeometryRequest
-calls the
+calls the
.ZN XConfigureWindow
-Xlib function to reconfigure the widget's window (set its size, location,
+Xlib function to reconfigure the widget's window (set its size, location,
and stacking order as appropriate).
.IP \(bu 5
If the geometry manager returns
@@ -192,7 +192,7 @@ If the geometry manager returns
the change has been approved and actually has been done.
In this case,
.ZN XtMakeGeometryRequest
-does no configuring and returns
+does no configuring and returns
.ZN XtGeometryYes .
.ZN XtMakeGeometryRequest
never returns
@@ -226,7 +226,7 @@ the widget should immediately make an
and request that the compromise width and height be applied.
If the widget is not interested in
.ZN XtGeometryAlmost
-replies,
+replies,
it can pass NULL for width_return and height_return.
.SH "SEE ALSO"
XtConfigureWidget(__libmansuffix__),