1Gtk2::Gdk::Selection(3)User Contributed Perl DocumentatioGntk2::Gdk::Selection(3)
2
3
4
6 Gtk2::Gdk::Selection
7
9 Gtk2::Gdk::Selection->convert ($requestor, $selection, $target, $time_)
10 · $requestor (Gtk2::Gdk::Window)
11
12 · $selection (Gtk2::Gdk::Atom)
13
14 · $target (Gtk2::Gdk::Atom)
15
16 · $time_ (unsigned)
17
18 window or undef = Gtk2::Gdk::Selection->owner_get ($selection)
19 · $selection (Gtk2::Gdk::Atom)
20
21 window or undef = Gtk2::Gdk::Selection->owner_get_for_display ($display,
22 $selection)
23 · $display (Gtk2::Gdk::Display)
24
25 · $selection (Gtk2::Gdk::Atom)
26
27 Since: gtk+ 2.2
28
29 boolean = Gtk2::Gdk::Selection->owner_set ($owner, $selection, $time_,
30 $send_event)
31 · $owner (Gtk2::Gdk::Window or undef)
32
33 · $selection (Gtk2::Gdk::Atom)
34
35 · $time_ (unsigned)
36
37 · $send_event (boolean)
38
39 boolean = Gtk2::Gdk::Selection->owner_set_for_display ($display, $owner,
40 $selection, $time_, $send_event)
41 · $display (Gtk2::Gdk::Display)
42
43 · $owner (Gtk2::Gdk::Window)
44
45 · $selection (Gtk2::Gdk::Atom)
46
47 · $time_ (unsigned)
48
49 · $send_event (boolean)
50
51 Since: gtk+ 2.2
52
53 (data, prop_type, prop_format) = Gtk2::Gdk::Selection->property_get
54 ($requestor)
55 · $requestor (Gtk2::Gdk::Window)
56
57 Use Gtk2::Clipboard instead.
58
59 Gtk2::Gdk::Selection->send_notify ($requestor, $selection, $target,
60 $property, $time_)
61 · $requestor (unsigned)
62
63 · $selection (Gtk2::Gdk::Atom)
64
65 · $target (Gtk2::Gdk::Atom)
66
67 · $property (Gtk2::Gdk::Atom)
68
69 · $time_ (unsigned)
70
71 Gtk2::Gdk::Selection->send_notify_for_display ($display, $requestor,
72 $selection, $target, $property, $time_)
73 · $display (Gtk2::Gdk::Display)
74
75 · $requestor (unsigned)
76
77 · $selection (Gtk2::Gdk::Atom)
78
79 · $target (Gtk2::Gdk::Atom)
80
81 · $property (Gtk2::Gdk::Atom)
82
83 · $time_ (unsigned)
84
85 Since: gtk+ 2.2
86
88 Gtk2
89
91 Copyright (C) 2003-2011 by the gtk2-perl team.
92
93 This software is licensed under the LGPL. See Gtk2 for a full notice.
94
95
96
97perl v5.32.0 2020-07-28 Gtk2::Gdk::Selection(3)