summaryrefslogtreecommitdiff
path: root/specs/Viewport.xml
diff options
context:
space:
mode:
authorMatt Dew <marcoz@osource.org>2011-10-05 22:33:05 -0600
committerMatt Dew <marcoz@osource.org>2011-10-05 22:33:05 -0600
commitfe00db0ecafd95f6e1353b1d5f11ee6012a9b64c (patch)
treee566696935422a968a15e0d0d1741ec959df0d6f /specs/Viewport.xml
parentc8e8838702ba8ae0a8100c7f1bd94ce9932339de (diff)
downloadxorg-lib-libXaw-fe00db0ecafd95f6e1353b1d5f11ee6012a9b64c.tar.gz
Cleanup IDs and links in doc
1 - fix the capitalization of the ID attributes to match either the <title> or <funcdef> string it goes with. 2 - fix any <linkend>'s that were affected by 1. 3 - any <function> in the docs that has an actual funcdef, will become an olink. Signed-off-by: Matt Dew <marcoz@osource.org>
Diffstat (limited to 'specs/Viewport.xml')
-rw-r--r--specs/Viewport.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/specs/Viewport.xml b/specs/Viewport.xml
index 3b37036..767dc07 100644
--- a/specs/Viewport.xml
+++ b/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" "" -->