diff options
author | marha <marha@users.sourceforge.net> | 2012-04-10 14:58:33 +0200 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2012-04-10 14:58:33 +0200 |
commit | 5f8448ef6b85a9ff72c5af4cec99183c8bb60dc6 (patch) | |
tree | c10939819ba1167cdc905a0c105c7ae4091abbc3 /libXaw/specs/Tree.xml | |
parent | 67326634496ef21b4acbf4cef2f05040d34aef9b (diff) | |
download | vcxsrv-5f8448ef6b85a9ff72c5af4cec99183c8bb60dc6.tar.gz vcxsrv-5f8448ef6b85a9ff72c5af4cec99183c8bb60dc6.tar.bz2 vcxsrv-5f8448ef6b85a9ff72c5af4cec99183c8bb60dc6.zip |
Updated following packages:
bigreqsproto-1.1.2
fontsproto-2.1.2
recordproto-1.14.2
scrnsaverproto-1.2.2
xcmiscproto-1.2.2
libXt-1.1.3
xhost-1.0.5
kbproto-1.0.6
libXrender-0.9.7
libxkbfile-1.0.8
freetype-2.4.9
libXaw-1.0.10
libXpm-3.5.10
xproto-7.0.23
Diffstat (limited to 'libXaw/specs/Tree.xml')
-rw-r--r-- | libXaw/specs/Tree.xml | 12 |
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> |