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/Viewport.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/Viewport.xml')
-rw-r--r-- | libXaw/specs/Viewport.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libXaw/specs/Viewport.xml b/libXaw/specs/Viewport.xml index 3b3703639..767dc07a3 100644 --- a/libXaw/specs/Viewport.xml +++ b/libXaw/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" "" --> |