summaryrefslogtreecommitdiff
path: root/specs/List.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/List.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/List.xml')
-rw-r--r--specs/List.xml18
1 files changed, 9 insertions, 9 deletions
diff --git a/specs/List.xml b/specs/List.xml
index fb5be8b..2c541dc 100644
--- a/specs/List.xml
+++ b/specs/List.xml
@@ -30,7 +30,7 @@ columns. When one of the strings is selected, it is highlighted, and the
List widget's <function>Notify</function> action is invoked, calling all routines on
its callback list. Only one string may be selected at a time.
</para>
-<sect2 id="list_resources">
+<sect2 id='List::Resources'>
<title>Resources</title>
<para>
<!-- .LP -->
@@ -476,7 +476,7 @@ NULL terminated. If a value is not specified for the <function>list</function>,
the <function>list</function>, and <function>longest</function> is set to the length of the name of the
widget. The <function>list</function> is used in place, and must be available
to the List widget for the lifetime of this widget, or until it is
-changed with <function>XtSetValues</function> or <function>XawListChange</function>.
+changed with <xref linkend='XtSetValues' xrefstyle='select: title'/> or <xref linkend='XawListChange' xrefstyle='select: title'/>.
<!-- .In -->
</para>
</listitem>
@@ -652,7 +652,7 @@ operating systems, and had to be changed.
To change the list that is displayed, use
<function>XawListChange .</function>
<!-- .IN "XawListChange" "" "@DEF@" -->
-<funcsynopsis id='xawlistchange'>
+<funcsynopsis id='XawListChange'>
<funcprototype>
<funcdef>void<function> XawListChange</function></funcdef>
<paramdef>Widget<parameter> w</parameter></paramdef>
@@ -724,11 +724,11 @@ regardless of the value specified here.
</para>
<para>
<!-- .LP -->
-<function>XawListChange</function>
+<xref linkend='XawListChange' xrefstyle='select: title'/>
will <emphasis remap='I'>unset</emphasis> all list elements that are currently <function>set</function> before
the list is actually changed. The <emphasis remap='I'>list</emphasis> is used in place, and must
remain usable for the lifetime of the List widget, or until <emphasis remap='I'>list</emphasis>
-has been changed again with this function or with <function>XtSetValues</function>.
+has been changed again with this function or with <xref linkend='XtSetValues' xrefstyle='select: title'/>.
</para>
</sect2>
<sect2 id="Highlighting_an_Item">
@@ -738,7 +738,7 @@ has been changed again with this function or with <function>XtSetValues</functio
To highlight an item in the list, use
<function>XawListHighlight .</function>
<!-- .IN "XawListHighlight" "" "@DEF@" -->
-<funcsynopsis id='xawlisthighlight'>
+<funcsynopsis id='XawListHighlight'>
<funcprototype>
<funcdef>void<function> XawListHighlight</function></funcdef>
<paramdef>Widget<parameter> w</parameter></paramdef>
@@ -774,7 +774,7 @@ highlighted.
<!-- .LP -->
Only one item can be highlighted at a time.
If an item is already highlighted when
-<function>XawListHighlight</function>
+<xref linkend='XawListHighlight' xrefstyle='select: title'/>
is called,
the highlighted item is unhighlighted before the new item is highlighted.
</para>
@@ -786,7 +786,7 @@ the highlighted item is unhighlighted before the new item is highlighted.
To unhighlight the currently highlighted item in the list, use
<function>XawListUnhighlight .</function>
<!-- .IN "XawListUnhighlight" "" "@DEF@" -->
-<funcsynopsis id='xawlistunhighlight'>
+<funcsynopsis id='XawListUnhighlight'>
<funcprototype>
<funcdef>void<function> XawListUnhighlight</function></funcdef>
<paramdef>Widget<parameter> w</parameter></paramdef>
@@ -814,7 +814,7 @@ Specifies the List widget.
To retrieve the list element that is currently <emphasis remap='I'>set</emphasis>, use
<function>XawListShowCurrent .</function>
<!-- .IN "XawListShowCurrent" "" "@DEF@" -->
-<funcsynopsis id='xawlistshowcurrent'>
+<funcsynopsis id='XawListShowCurrent'>
<funcprototype>
<funcdef>XawListReturnStruct<function> *XawListShowCurrent</function></funcdef>
<paramdef>Widget<parameter> w</parameter></paramdef>