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
11 * $requestor (Gtk2::Gdk::Window)
12 * $selection (Gtk2::Gdk::Atom)
13 * $target (Gtk2::Gdk::Atom)
14 * $time_ (unsigned)
15
16 window or undef = Gtk2::Gdk::Selection->owner_get ($selection)
17
18 * $selection (Gtk2::Gdk::Atom)
19
20 window or undef = Gtk2::Gdk::Selection->owner_get_for_display ($dis‐
21 play, $selection)
22
23 * $display (Gtk2::Gdk::Display)
24 * $selection (Gtk2::Gdk::Atom)
25
26 boolean = Gtk2::Gdk::Selection->owner_set ($owner, $selection, $time_,
27 $send_event)
28
29 * $owner (Gtk2::Gdk::Window or undef)
30 * $selection (Gtk2::Gdk::Atom)
31 * $time_ (unsigned)
32 * $send_event (boolean)
33
34 boolean = Gtk2::Gdk::Selection->owner_set_for_display ($display,
35 $owner, $selection, $time_, $send_event)
36
37 * $display (Gtk2::Gdk::Display)
38 * $owner (Gtk2::Gdk::Window)
39 * $selection (Gtk2::Gdk::Atom)
40 * $time_ (unsigned)
41 * $send_event (boolean)
42
43 (data, prop_type, prop_format) = Gtk2::Gdk::Selection->property_get
44 ($requestor)
45
46 * $requestor (Gtk2::Gdk::Window)
47
48 Use Gtk2::Clipboard instead.
49
50 Gtk2::Gdk::Selection->send_notify ($requestor, $selection, $target,
51 $property, $time_)
52
53 * $requestor (unsigned)
54 * $selection (Gtk2::Gdk::Atom)
55 * $target (Gtk2::Gdk::Atom)
56 * $property (Gtk2::Gdk::Atom)
57 * $time_ (unsigned)
58
59 Gtk2::Gdk::Selection->send_notify_for_display ($display, $requestor,
60 $selection, $target, $property, $time_)
61
62 * $display (Gtk2::Gdk::Display)
63 * $requestor (unsigned)
64 * $selection (Gtk2::Gdk::Atom)
65 * $target (Gtk2::Gdk::Atom)
66 * $property (Gtk2::Gdk::Atom)
67 * $time_ (unsigned)
68
70 Gtk2
71
73 Copyright (C) 2003-2007 by the gtk2-perl team.
74
75 This software is licensed under the LGPL. See Gtk2 for a full notice.
76
77
78
79perl v5.8.8 2007-03-18 Gtk2::Gdk::Selection(3)