summaryrefslogtreecommitdiff
path: root/man/XtOwnSelection.man
diff options
context:
space:
mode:
authorWalter Harms <wharms@bfs.de>2019-04-16 13:20:42 +0200
committerWalter Harms <wharms@bfs.de>2019-04-16 13:20:42 +0200
commit2b26e9a5473e399c81ae11b98d1f0b38393dbd8c (patch)
treec62b25afc2ec470d02c9d63545adc213d870b6a3 /man/XtOwnSelection.man
parent4b446ce8b20b1de1488c73e1841dafbd25ca949f (diff)
parent965bc251c1d8391e672f277686254299627d4e3c (diff)
Merge branch 'master' of ssh://gitlab.freedesktop.org/xorg/lib/libxt
Conflicts: man/XtManageChildren.man
Diffstat (limited to 'man/XtOwnSelection.man')
-rw-r--r--man/XtOwnSelection.man22
1 files changed, 11 insertions, 11 deletions
diff --git a/man/XtOwnSelection.man b/man/XtOwnSelection.man
index 650a158..dc1f228 100644
--- a/man/XtOwnSelection.man
+++ b/man/XtOwnSelection.man
@@ -97,13 +97,13 @@ ownership should commence or is to be relinquished.
Specifies the widget that wishes to become the owner or to relinquish ownership.
.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.
@@ -114,30 +114,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
@@ -146,7 +146,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"