aboutsummaryrefslogtreecommitdiff
path: root/libXaw/specs/Tree.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/Tree.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/Tree.xml')
-rw-r--r--libXaw/specs/Tree.xml12
1 files changed, 6 insertions, 6 deletions
diff --git a/libXaw/specs/Tree.xml b/libXaw/specs/Tree.xml
index bb51e80d1..71cadd126 100644
--- a/libXaw/specs/Tree.xml
+++ b/libXaw/specs/Tree.xml
@@ -25,7 +25,7 @@ another composite widget (such as the <function>Porthole</function> or <function
that can be used to scroll around in the tree.
</para>
-<sect2 id="tree_resources">
+<sect2 id='Tree::Resources'>
<title>Resources</title>
<para>
When creating a Tree widget instance, the following resources are
@@ -286,7 +286,7 @@ constraint resource to their children.
</sect2>
-<sect2 id="tree_constraint_resources">
+<sect2 id='Tree::Constraint_Resources'>
<title>Constraint Resources</title>
<para>
Each child of the Tree widget must specify its superior node in the tree. In
@@ -356,7 +356,7 @@ for the node to have no superior (and to therefore be at the top of the tree).
</sect2>
-<sect2 id="tree_layout_semantics">
+<sect2 id='Tree::Layout_Semantics'>
<title>Layout Semantics</title>
<para>
Each time a child is managed or unmanaged, the Tree widget will attempt
@@ -373,17 +373,17 @@ own size to the minimum dimensions required for the layout.
</sect2>
-<sect2 id="tree_convenience_routines">
+<sect2 id='Tree::Convenience_Routines'>
<title>Convenience Routines</title>
<para>
The most efficient way to layout a tree is to set
<function>autoReconfigure</function>
to False and then use the
-<function> XawTreeForceLayout</function>
+<xref linkend='XawTreeForceLayout' xrefstyle='select: title'/>
routine to arrange the children.
</para>
-<funcsynopsis>
+<funcsynopsis id='XawTreeForceLayout'>
<funcprototype>
<funcdef>void<function> XawTreeForceLayout</function></funcdef>
<paramdef>Widget<parameter> w</parameter></paramdef>