~ubuntu-branches/ubuntu/quantal/openmotif/quantal

« back to all changes in this revision

Viewing changes to doc/man/man3/XmClipboardUnlock.3

  • Committer: Bazaar Package Importer
  • Author(s): Stefan Bauer
  • Date: 2010-06-23 12:12:31 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20100623121231-u89gxdp51sg9wjj2
Tags: 2.3.0-1
* New Maintainer (Closes: #379258) 
* Acknowledge NMU changes
* New upstream release (Closes: #494375)
* Get rid of security patches as they are already part of new upstream
  release (00-xpmvuln.openmotif.patch, 342092-CVE-2005-3964.patch)
* Bump Standards to 3.8.4
* Added {misc:Depends} to make the package lintian cleaner
* Fix weak-library-dev-dependency by adding ${binary:Version}) for the
  -dev Package of openmotif
* Let package depend on autotools-dev to use newer autotools-helper-files
* Work around an autoconf-bug (Gentoo-Bug #1475)
* Added Client-side anti-aliased fonts support via XFT
* Added UTF-8 and UTF8_STRING atom support
* Ability to show text and pixmaps in Label, LabelGadget and all
  derived widgets
* Support of PNG/JPEG image formats in the same way as XPM is supported
* Increase FILE_OFFSET_BITS to 64 to show files >2GB in file-selector
  Idea taken from Magne Oestlyngen (Closes: #288537)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
'\" t
 
2
...\" ClipbP.sgm /main/10 1996/09/25 10:25:27 cdedoc $
 
3
.de P!
 
4
.fl
 
5
\!!1 setgray
 
6
.fl
 
7
\\&.\"
 
8
.fl
 
9
\!!0 setgray
 
10
.fl                     \" force out current output buffer
 
11
\!!save /psv exch def currentpoint translate 0 0 moveto
 
12
\!!/showpage{}def
 
13
.fl                     \" prolog
 
14
.sy sed -e 's/^/!/' \\$1\" bring in postscript file
 
15
\!!psv restore
 
16
.
 
17
.de pF
 
18
.ie     \\*(f1 .ds f1 \\n(.f
 
19
.el .ie \\*(f2 .ds f2 \\n(.f
 
20
.el .ie \\*(f3 .ds f3 \\n(.f
 
21
.el .ie \\*(f4 .ds f4 \\n(.f
 
22
.el .tm ? font overflow
 
23
.ft \\$1
 
24
..
 
25
.de fP
 
26
.ie     !\\*(f4 \{\
 
27
.       ft \\*(f4
 
28
.       ds f4\"
 
29
'       br \}
 
30
.el .ie !\\*(f3 \{\
 
31
.       ft \\*(f3
 
32
.       ds f3\"
 
33
'       br \}
 
34
.el .ie !\\*(f2 \{\
 
35
.       ft \\*(f2
 
36
.       ds f2\"
 
37
'       br \}
 
38
.el .ie !\\*(f1 \{\
 
39
.       ft \\*(f1
 
40
.       ds f1\"
 
41
'       br \}
 
42
.el .tm ? font underflow
 
43
..
 
44
.ds f1\"
 
45
.ds f2\"
 
46
.ds f3\"
 
47
.ds f4\"
 
48
.ta 8n 16n 24n 32n 40n 48n 56n 64n 72n 
 
49
.TH "XmClipboardUnlock" "library call"
 
50
.SH "NAME"
 
51
\fBXmClipboardUnlock\fP \(em A clipboard function that unlocks the clipboard
 
52
.iX "XmClipboardUnlock"
 
53
.iX "clipboard functions" "XmClipboardUnlock"
 
54
.SH "SYNOPSIS"
 
55
.PP
 
56
.nf
 
57
#include <Xm/CutPaste\&.h>
 
58
int XmClipboardUnlock (\fIdisplay, window, remove_all_locks\fP)
 
59
        Display \fI* display\fP;
 
60
        Window  \fIwindow\fP;
 
61
        Boolean \fIremove_all_locks\fP;
 
62
\fB\fR(\fBvoid\fR)
 
63
.fi
 
64
.SH "DESCRIPTION"
 
65
.PP
 
66
\fBXmClipboardUnlock\fP unlocks the clipboard,
 
67
enabling it to be accessed by other applications\&.
 
68
.PP
 
69
If multiple calls to \fBXmClipboardLock\fP have occurred, the same
 
70
number of calls to \fBXmClipboardUnlock\fP is necessary to unlock the
 
71
clipboard, unless \fIremove_all_locks\fP is set to True\&.
 
72
.IP "\fIdisplay\fP" 10
 
73
Specifies a pointer to the \fBDisplay\fR structure that was returned in a
 
74
previous call to \fBXOpenDisplay\fP or \fBXtDisplay\fP\&.
 
75
.IP "\fIwindow\fP" 10
 
76
Specifies the window ID of a widget that relates the application window to the
 
77
clipboard\&. The widget\&'s window ID can be obtained through
 
78
\fBXtWindow\fP\&.
 
79
The same application instance should pass the same window ID to each of the
 
80
clipboard functions that it calls\&.
 
81
.IP "\fIremove_all_locks\fP" 10
 
82
When True, indicates that all nested locks should be removed\&. When False,
 
83
indicates that only one level of lock should be removed\&.
 
84
.SH "RETURN"
 
85
.IP "\fBXmClipboardSuccess\fP" 10
 
86
The function was successful\&.
 
87
.IP "\fBXmClipboardFail\fP" 10
 
88
The function failed because the clipboard was not locked or was locked
 
89
by another application\&.
 
90
.SH "RELATED"
 
91
.PP
 
92
\fBXmClipboardCancelCopy\fP(3), \fBXmClipboardCopy\fP(3),
 
93
\fBXmClipboardEndCopy\fP(3), \fBXmClipboardEndRetrieve\fP(3),
 
94
\fBXmClipboardInquireCount\fP(3), \fBXmClipboardInquireFormat\fP(3),
 
95
\fBXmClipboardInquireLength\fP(3), \fBXmClipboardInquirePendingItems\fP(3),
 
96
\fBXmClipboardLock\fP(3), \fBXmClipboardRegisterFormat\fP(3),
 
97
\fBXmClipboardRetrieve\fP(3), \fBXmClipboardStartCopy\fP(3),
 
98
\fBXmClipboardStartRetrieve\fP(3), \fBXmClipboardUndoCopy\fP(3),
 
99
and \fBXmClipboardWithdrawFormat\fP(3)\&.
 
100
...\" created by instant / docbook-to-man, Sun 22 Dec 1996, 20:18