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/TextFuncs.xml | 84 +++++++++++++++++++++++----------------------- 1 file changed, 42 insertions(+), 42 deletions(-) (limited to 'libXaw/specs/TextFuncs.xml') diff --git a/libXaw/specs/TextFuncs.xml b/libXaw/specs/TextFuncs.xml index 0d2ae8192..d7d3580b7 100644 --- a/libXaw/specs/TextFuncs.xml +++ b/libXaw/specs/TextFuncs.xml @@ -109,7 +109,7 @@ deprecated and will eventually be removed from the implementation. To select a piece of text, use XawTextSetSelection : - + void XawTextSetSelection Widget w @@ -152,7 +152,7 @@ Specifies the character position at which the selection ends. -See section 5.4 for a description of XawTextPosition. +See section 5.4 for a description of XawTextPosition. If redisplay is enabled, this function highlights the text and makes it the PRIMARY selection. This function does not have any effect on CUT_BUFFER0. @@ -166,9 +166,9 @@ effect on CUT_BUFFER0. To unhighlight previously highlighted text in a widget, use -XawTextUnsetSelection: +: - + void XawTextUnsetSelection Widget w @@ -194,9 +194,9 @@ Specifies the Text widget. To retrieve the text that has been selected by this -text widget use XawTextGetSelectionPos: +text widget use : - + void XawTextGetSelectionPos Widget w @@ -239,7 +239,7 @@ Returns the end of the text selection. -See section 5.4 for a description of XawTextPosition. +See section 5.4 for a description of XawTextPosition. If the returned values are equal, no text is currently selected. @@ -247,9 +247,9 @@ If the returned values are equal, no text is currently selected. Replacing Text -To modify the text in an editable Text widget use XawTextReplace: +To modify the text in an editable Text widget use : - + int XawTextReplace Widget w @@ -356,7 +356,7 @@ than the length of the Source. -The XawTextReplace arguments start and +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 @@ -371,9 +371,9 @@ text is inserted after start. To search for a string in the Text widget, use -XawTextSearch: +: - + XawTextPosition XawTextSearch Widget w @@ -419,7 +419,7 @@ Specifies a text block structure that contains the text to search for. See section 5.4 for a description of XawTextPosition and XawTextBlock. -The XawTextSearch function will begin at the insertion point +The function will begin at the insertion point and search in the direction specified for a string that matches the one passed in text. If the string is found the location of the first @@ -431,9 +431,9 @@ found then the value XawTextSearchError is returned. Redisplaying Text -To redisplay a range of characters, use XawTextInvalidate: +To redisplay a range of characters, use : - + void XawTextInvalidate Widget w @@ -477,7 +477,7 @@ Specifies the end of the text to redisplay. See section 5.4 for a description of XawTextPosition. -The XawTextInvalidate +The function causes the specified range of characters to be redisplayed immediately if redisplay is enabled or the next time that redisplay is enabled. @@ -485,9 +485,9 @@ enabled. -To enable redisplay, use XawTextEnableRedisplay: +To enable redisplay, use : - + void XawTextEnableRedisplay Widget w @@ -509,17 +509,17 @@ Specifies the Text widget. -The XawTextEnableRedisplay function flushes any changes due to -batched updates when XawTextDisableRedisplay +The function flushes any changes due to +batched updates when was called and allows future changes to be reflected immediately. To disable redisplay while making several changes, use -XawTextDisableRedisplay. +. - + void XawTextDisableRedisplay Widget w @@ -541,16 +541,16 @@ Specifies the Text widget. -The XawTextDisableRedisplay function causes all changes to be -batched until either XawTextDisplay or XawTextEnableRedisplay +The function causes all changes to be +batched until either or is called. -To display batched updates, use XawTextDisplay: +To display batched updates, use : - + void XawTextDisplay Widget w @@ -572,7 +572,7 @@ Specifies the Text widget. -The XawTextDisplay function forces any accumulated updates to be +The function forces any accumulated updates to be displayed. @@ -582,9 +582,9 @@ displayed. To obtain the character position of the left-most character on the first line displayed in the widget (the value of the -displayPosition resource), use XawTextTopPosition. +displayPosition resource), use . - + XawTextPosition XawTextTopPosition Widget w @@ -608,9 +608,9 @@ Specifies the Text widget. To assign a new selection array to a text widget use -XawTextSetSelectionArray: +: - + void XawTextSetSelectionArray Widget w @@ -651,9 +651,9 @@ Calling this function is equivalent to setting the value of the To move the insertion point to the specified source position, use -XawTextSetInsertionPoint: +: - + void XawTextSetInsertionPoint Widget w @@ -695,9 +695,9 @@ equivalent to setting the insertPosition resource. To obtain the current position of the insertion point, use -XawTextGetInsertionPoint: +: - + XawTextPosition XawTextGetInsertionPoint Widget w @@ -727,9 +727,9 @@ The result is equivalent to retrieving the value of the To replace the text source in the specified widget, use -XawTextSetSource: +: - + void XawTextSetSource Widget w @@ -781,9 +781,9 @@ A display update will be performed if redisplay is enabled. To obtain the current text source for the specified widget, use -XawTextGetSource: +: - + Widget XawTextGetSource Widget w @@ -812,9 +812,9 @@ using. To enable and disable the insertion point, use -XawTextDisplayCaret: +: - + void XawTextDisplayCaret Widget w @@ -849,7 +849,7 @@ Specifies whether or not the caret should be displayed. If visible is False the insertion point will be disabled. The marker is re-enabled either by setting visible to True, by -calling XtSetValues, or by executing the display-caret +calling , or by executing the display-caret action routine. -- cgit v1.2.3