summaryrefslogtreecommitdiff
path: root/specs/Viewport.xml
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2019-02-17 19:08:36 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2019-02-18 11:54:37 -0800
commit543d26d206fe5393de6bd6ae3d52d6d8e1f0abea (patch)
treead1023a2bf14b18b77665052f5f4885dee410e8c /specs/Viewport.xml
parent2b9a7f2c89ebaf411e23af40dd18ad84d48019e8 (diff)
downloadxorg-lib-libXaw-543d26d206fe5393de6bd6ae3d52d6d8e1f0abea.tar.gz
specs: Convert troff .IN macros to docbook <indexterm> tags
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'specs/Viewport.xml')
-rw-r--r--specs/Viewport.xml16
1 files changed, 8 insertions, 8 deletions
diff --git a/specs/Viewport.xml b/specs/Viewport.xml
index 767dc07..1f4aeb6 100644
--- a/specs/Viewport.xml
+++ b/specs/Viewport.xml
@@ -5,19 +5,19 @@
<!-- .XS -->
<!-- Viewport Widget -->
<!-- .XE -->
-<!-- .IN "Viewport widget" "" "@DEF@" -->
+<indexterm significance="preferred"><primary>Viewport widget</primary></indexterm>
<literallayout class="monospaced">
<!-- .TA 2.0i -->
<!-- .ta 2.0i -->
<!-- .sp -->
Application Header file &lt;X11/Xaw/Viewport.h&gt;
-<!-- .IN "Viewport.h" "" -->
+<indexterm><primary>Viewport.h</primary></indexterm>
Class Header file &lt;X11/Xaw/ViewportP.h&gt;
-<!-- .IN "ViewportP.h" "" -->
+<indexterm><primary>ViewportP.h</primary></indexterm>
Class viewportWidgetClass
-<!-- .IN "viewportWidgetClass" "" -->
+<indexterm><primary>viewportWidgetClass</primary></indexterm>
Class Name Viewport
-<!-- .IN "Viewport widget" "class name" -->
+<indexterm><primary>Viewport widget</primary><secondary>class name</secondary></indexterm>
Superclass Form
<!-- .sp -->
</literallayout>
@@ -48,7 +48,7 @@ retrieved from the argument list or the resource database:
</para>
<para>
<!-- .LP -->
-<!-- .IN "Viewport widget" "resources" -->
+<indexterm><primary>Viewport widget</primary><secondary>resources</secondary></indexterm>
<informaltable>
<tgroup cols='5' align='center'>
<colspec colname='c1'/>
@@ -351,7 +351,7 @@ the Viewport.
<title>Layout Semantics</title>
<para>
<!-- .LP -->
-<!-- .IN "Viewport widget" "layout semantics" -->
+<indexterm><primary>Viewport widget</primary><secondary>layout semantics</secondary></indexterm>
The Viewport widget manages a single child widget. When the size of the
child is larger than the size of the Viewport, the user can interactively
move the child within the Viewport by repositioning the scrollbars.
@@ -377,7 +377,7 @@ The scrollbar children of the Viewport are named <function>horizontal</function>
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" "" -->
+<indexterm><primary>XtNameToWidget</primary></indexterm>
<!-- .NT -->
</para>
<note><para>