aboutsummaryrefslogtreecommitdiff
path: root/libXaw/specs/Viewport.xml
diff options
context:
space:
mode:
authormarha <marha@users.sourceforge.net>2012-04-10 15:05:45 +0200
committermarha <marha@users.sourceforge.net>2012-04-10 15:05:45 +0200
commit4b35ef19b76849cbd854c3b6f92bbc1c2d50f2d8 (patch)
tree3ddf28be6916dd5ea27837431b5be8c94017cd9a /libXaw/specs/Viewport.xml
parent5564e91e3cf4ba5cb2fbebbc2d63d18f588016b8 (diff)
parent5f8448ef6b85a9ff72c5af4cec99183c8bb60dc6 (diff)
downloadvcxsrv-4b35ef19b76849cbd854c3b6f92bbc1c2d50f2d8.tar.gz
vcxsrv-4b35ef19b76849cbd854c3b6f92bbc1c2d50f2d8.tar.bz2
vcxsrv-4b35ef19b76849cbd854c3b6f92bbc1c2d50f2d8.zip
Merge remote-tracking branch 'origin/released'
Diffstat (limited to 'libXaw/specs/Viewport.xml')
-rw-r--r--libXaw/specs/Viewport.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/libXaw/specs/Viewport.xml b/libXaw/specs/Viewport.xml
index 3b3703639..767dc07a3 100644
--- a/libXaw/specs/Viewport.xml
+++ b/libXaw/specs/Viewport.xml
@@ -39,7 +39,7 @@ window, or when the data does not require scrolling, the Viewport widget
automatically removes any scrollbars. The <function>forceBars</function> option causes
the Viewport widget to display all scrollbars permanently.
</para>
-<sect2 id="viewport_resources">
+<sect2 id='Viewport::Resources'>
<title>Resources</title>
<para>
<!-- .LP -->
@@ -347,7 +347,7 @@ the Viewport.
</variablelist>
</para>
</sect2>
-<sect2 id="viewport_layout_semantics">
+<sect2 id='Viewport::Layout_Semantics'>
<title>Layout Semantics</title>
<para>
<!-- .LP -->
@@ -374,7 +374,7 @@ appropriate dimension.
<!-- .LP -->
The scrollbar children of the Viewport are named <function>horizontal</function> and
<function>vertical</function>. By using these names the programmer can specify resources
-for the individual scrollbars. <function>XtSetValues</function> can be used to modify
+for the individual scrollbars. <xref linkend='XtSetValues' xrefstyle='select: title'/> can be used to modify
the resources dynamically once the widget ID has been obtained with
<function>XtNameToWidget</function>.
<!-- .IN "XtNameToWidget" "" -->