From 5f8448ef6b85a9ff72c5af4cec99183c8bb60dc6 Mon Sep 17 00:00:00 2001 From: marha Date: Tue, 10 Apr 2012 14:58:33 +0200 Subject: 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 --- libXaw/specs/TextSource.xml | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) (limited to 'libXaw/specs/TextSource.xml') 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. - + Resources 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. - + Reading Text. -To read the text in a text source use the Read function: +To read the text in a text source use the function: - + XawTextPosition Read Widget w @@ -199,18 +199,18 @@ characters read from the text buffer. The function is not required to read length 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 Read before the desired +source. It may take several calls to before the desired portion of the text buffer is fully retrieved. - + Replacing Text. -To replace or edit the text in a text buffer use the Replace function: +To replace or edit the text in a text buffer use the function: - + XawTextPosition Replace Widget w @@ -293,7 +293,7 @@ than the length of the Source. -The Replace arguments start and end represent the +The arguments start and end 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 start up to but not including end are deleted, and the @@ -307,10 +307,10 @@ the new text is inserted after start. Scanning the TextSrc To search the text source for one of the predefined boundary types use -the Scan function: +the function: - + XawTextPosition Scan Widget w @@ -382,7 +382,7 @@ Specifies whether the boundary itself should be included in the scan. -The Scan function returns the position in the text source of the desired +The 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. Searching through a TextSrc -To search for a particular string use the Search function. +To search for a particular string use the function. - + XawTextPosition Search Widget w @@ -466,7 +466,7 @@ the ConvertSelection function, to attempt the selection conversion. - + Boolean ConvertSelections Widget w @@ -568,10 +568,10 @@ Text widget will attempt to convert the selection itself. If the source needs to know when the text selection is modified it -should define a SetSelection procedure: +should define a procedure: - + void SetSelection Widget w -- cgit v1.2.3