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/TextSource.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/TextSource.xml')
-rw-r--r-- | libXaw/specs/TextSource.xml | 34 |
1 files changed, 17 insertions, 17 deletions
diff --git a/libXaw/specs/TextSource.xml b/libXaw/specs/TextSource.xml index 51b9ae0c3..c90ae2960 100644 --- a/libXaw/specs/TextSource.xml +++ b/libXaw/specs/TextSource.xml @@ -22,7 +22,7 @@ Since all text sources will have some resources in common the TextSrc defines a few new resources. </para> -<sect2 id="textsource_resources"> +<sect2 id='TextSource::Resources'> <title>Resources</title> <para> When creating an TextSrc object instance, the following resources are @@ -133,14 +133,14 @@ used as a source by itself and bad things will probably happen. </tgroup> </informaltable> -<sect3 id="Reading_Text_"> +<sect3 id='Reading_Text'> <title>Reading Text.</title> <para> <!-- .LP --> -To read the text in a text source use the <function>Read</function> function: +To read the text in a text source use the <xref linkend='Read' xrefstyle='select: title'/> function: <!-- .IN "TextSrc object" "Read" "@DEF@" --> </para> -<funcsynopsis> +<funcsynopsis id='Read'> <funcprototype> <funcdef>XawTextPosition<function> Read</function></funcdef> <paramdef>Widget<parameter> w</parameter></paramdef> @@ -199,18 +199,18 @@ characters read from the text buffer. The function is not required to read <emphasis remap='I'>length</emphasis> characters if that many characters are in the file, it may break at any point that is convenient to the internal structure of the -source. It may take several calls to <function>Read</function> before the desired +source. It may take several calls to <xref linkend='Read' xrefstyle='select: title'/> before the desired portion of the text buffer is fully retrieved. </para> </sect3> -<sect3 id="Replacing_Text_"> +<sect3 id='TextSource::Replacing_Text'> <title>Replacing Text.</title> <para> -To replace or edit the text in a text buffer use the <function>Replace</function> function: +To replace or edit the text in a text buffer use the <xref linkend='Replace' xrefstyle='select: title'/> function: </para> -<funcsynopsis> +<funcsynopsis id='Replace'> <funcprototype> <funcdef>XawTextPosition<function> Replace</function></funcdef> <paramdef>Widget<parameter> w</parameter></paramdef> @@ -293,7 +293,7 @@ than the length of the Source. <para> <!-- .LP --> -The <function>Replace</function> arguments <function>start</function> and <function>end</function> represent the +The <xref linkend='Replace' xrefstyle='select: title'/> arguments <function>start</function> and <function>end</function> represent the text source character positions for the existing text that is to be replaced by the text in the text block. The characters from <emphasis remap='I'>start</emphasis> up to but not including <emphasis remap='I'>end</emphasis> are deleted, and the @@ -307,10 +307,10 @@ the new text is inserted after <emphasis remap='I'>start</emphasis>. <title>Scanning the TextSrc</title> <para> To search the text source for one of the predefined boundary types use -the <function>Scan</function> function: +the <xref linkend='Scan' xrefstyle='select: title'/> function: </para> -<funcsynopsis> +<funcsynopsis id='Scan'> <funcprototype> <funcdef>XawTextPosition<function> Scan</function></funcdef> <paramdef>Widget<parameter> w</parameter></paramdef> @@ -382,7 +382,7 @@ Specifies whether the boundary itself should be included in the scan. <para> <!-- .LP --> -The <function>Scan</function> function returns the position in the text source of the desired +The <xref linkend='Scan' xrefstyle='select: title'/> function returns the position in the text source of the desired boundary. It is expected to return a valid address for all calls made to it, thus if a particular request is made that would take the text widget beyond the end of the source it must return the @@ -393,10 +393,10 @@ position of that end. <sect3 id="Searching_through_a_TextSrc"> <title>Searching through a TextSrc</title> <para> -To search for a particular string use the <function>Search</function> function. +To search for a particular string use the <xref linkend='Search' xrefstyle='select: title'/> function. </para> -<funcsynopsis> +<funcsynopsis id='Search'> <funcprototype> <funcdef>XawTextPosition<function> Search</function></funcdef> <paramdef>Widget<parameter> w</parameter></paramdef> @@ -466,7 +466,7 @@ the <function>ConvertSelection</function> function, to attempt the selection conversion. </para> -<funcsynopsis> +<funcsynopsis id='ConvertSelections'> <funcprototype> <funcdef>Boolean<function> ConvertSelections</function></funcdef> <paramdef>Widget<parameter> w</parameter></paramdef> @@ -568,10 +568,10 @@ Text widget will attempt to convert the selection itself. <para> If the source needs to know when the text selection is modified it -should define a <function>SetSelection</function> procedure: +should define a <xref linkend='SetSelection' xrefstyle='select: title'/> procedure: </para> -<funcsynopsis> +<funcsynopsis id='SetSelection'> <funcprototype> <funcdef>void<function> SetSelection</function></funcdef> <paramdef>Widget<parameter> w</parameter></paramdef> |