summaryrefslogtreecommitdiff
path: root/specs/Dialog.xml
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2011-09-16 22:13:37 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2011-09-16 22:13:37 -0700
commit37ffe69b10ae29e8f91de6ef647d06804b9d159b (patch)
treea9cecc9af28bcb0761f3a9c08527c028fee748ff /specs/Dialog.xml
parent6c628c605e4f58be3a84edc5273a0dd88363a770 (diff)
downloadxorg-lib-libXaw-37ffe69b10ae29e8f91de6ef647d06804b9d159b.tar.gz
Strip trailing whitespace
Performed with: find * -type f | xargs perl -i -p -e 's{[ \t]+$}{}' git diff -w & git diff -b show no diffs from this change Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'specs/Dialog.xml')
-rw-r--r--specs/Dialog.xml14
1 files changed, 7 insertions, 7 deletions
diff --git a/specs/Dialog.xml b/specs/Dialog.xml
index ab09dba..c779d76 100644
--- a/specs/Dialog.xml
+++ b/specs/Dialog.xml
@@ -431,7 +431,7 @@ tics. One is used when initially laying out the children.
The other is used when the Dialog is resized.
</para>
<para>
-The first layout method uses the <function>fromVert</function> mand <function>fromHoriz</function>
+The first layout method uses the <function>fromVert</function> mand <function>fromHoriz</function>
resources to place the children of the Dialog. A single
pass is made through the Dialog widget's children in the
order that they were created. Each child is then placed in
@@ -450,17 +450,17 @@ The second layout method is used when the Dialog is resized.
It does not matter what causes this resize, and it is possi-
ble for a resize to happen before the widget becomes visible
(due to constraints imposed by the parent of the Dialog).
-This layout method uses the <function>bottom</function> ,
-<function>top</function> , <function>left</function> , and
-<function>right</function>
+This layout method uses the <function>bottom</function> ,
+<function>top</function> , <function>left</function> , and
+<function>right</function>
resources. These resources are used to determine what will
happen to each edge of the child when the Dialog is resized.
-If a value of <function>XawChain</function>
+If a value of <function>XawChain</function>
<emphasis remap='I'>&lt;something&gt;</emphasis>
is specified, the the edge
of the child will remain a fixed distance from the <emphasis remap='I'>chain</emphasis>
-edge of the Dialog. For example if <function>XawChainLeft</function>
-mis specified for the <function>right</function> mresource of a child
+edge of the Dialog. For example if <function>XawChainLeft</function>
+mis specified for the <function>right</function> mresource of a child
then the right edge
of that child will remain a fixed distance from the left
edge of the Dialog widget. If a value of <function>XawRubber</function> mis spec-