diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 2019-04-10 19:49:35 -0400 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 2019-04-11 04:19:44 -0400 |
commit | a89acaec14bd988659ebdc2ebb4b99c1eea5aa7e (patch) | |
tree | 629bfd55ce052bfcd485b7c86d70b13bf169e335 /man/XtOwnSelection.man | |
parent | cf9e8c73c4ffa671d580938c9a84d6ef0bd2710d (diff) |
The ".BR" macro is used to join bold/regular text.
Use ".B" when only bold is intended.
Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>
Diffstat (limited to 'man/XtOwnSelection.man')
-rw-r--r-- | man/XtOwnSelection.man | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/man/XtOwnSelection.man b/man/XtOwnSelection.man index 105e7b9..7845ee6 100644 --- a/man/XtOwnSelection.man +++ b/man/XtOwnSelection.man @@ -98,13 +98,13 @@ Specifies the timestamp that indicates when the selection \*(Ti. Specifies the widget \*(Wi. .SH DESCRIPTION The -.BR XtOwnSelection +.B XtOwnSelection function informs the \*(xI selection mechanism that a widget believes it owns a selection. It returns -.BR True +.B True if the widget has successfully become the owner and -.BR False +.B False otherwise. The widget may fail to become the owner if some other widget has asserted ownership at a time later than this widget. @@ -115,30 +115,30 @@ Also note that the lose_selection procedure is not called if the widget fails to obtain selection ownership in the first place. .LP The -.BR XtOwnSelectionIncremental +.B XtOwnSelectionIncremental procedure informs the Intrinsics incremental selection mechanism that the specified widget wishes to own the selection. It returns -.BR True +.B True if the specified widget successfully becomes the selection owner or -.BR False +.B False otherwise. For more information about \fIselection\fP, \fItarget\fP, and \fItime\fP, see Section 2.6 of the \fIInter-Client Communication Conventions Manual\fP. .LP A widget that becomes the selection owner using -.BR XtOwnSelectionIncremental +.B XtOwnSelectionIncremental may use -.BR XtDisownSelection +.B XtDisownSelection to relinquish selection ownership. .LP The -.BR XtDisownSelection +.B XtDisownSelection function informs the \*(xI selection mechanism that the specified widget is to lose ownership of the selection. If the widget does not currently own the selection either because it lost the selection or because it never had the selection to begin with, -.BR XtDisownSelection +.B XtDisownSelection does nothing. .LP After a widget has called @@ -147,7 +147,7 @@ its convert procedure is not called even if a request arrives later with a timestamp during the period that this widget owned the selection. However, its done procedure will be called if a conversion that started before the call to -.BR XtDisownSelection +.B XtDisownSelection finishes after the call to .BR XtDisownSelection . .SH "SEE ALSO" |