1Gtk2::Selection(3) User Contributed Perl Documentation Gtk2::Selection(3)
2
3
4
6 Gtk2::Selection
7
9 boolean = Gtk2::Selection->owner_set ($widget, $selection, $time_)
10 • $widget (Gtk2::Widget or undef)
11
12 • $selection (Gtk2::Gdk::Atom)
13
14 • $time_ (unsigned)
15
16 boolean = Gtk2::Selection->owner_set_for_display ($display, $widget,
17 $selection, $time_)
18 • $display (Gtk2::Gdk::Display)
19
20 • $widget (Gtk2::Widget or undef)
21
22 • $selection (Gtk2::Gdk::Atom)
23
24 • $time_ (unsigned)
25
26 Since: gtk+ 2.2
27
28 boolean = Gtk2->targets_include_image ($writable, $first_target_atom, ...)
29 • $writable (boolean)
30
31 • $first_target_atom (Gtk2::Gdk::Atom)
32
33 • ... (list)
34
35 Since: gtk+ 2.10
36
37 boolean = Gtk2->targets_include_rich_text ($buffer, $first_target_atom,
38 ...)
39 • $buffer (Gtk2::TextBuffer)
40
41 • $first_target_atom (Gtk2::Gdk::Atom)
42
43 • ... (list)
44
45 Since: gtk+ 2.10
46
47 boolean = Gtk2->targets_include_text ($first_target_atom, ...)
48 • $first_target_atom (Gtk2::Gdk::Atom)
49
50 • ... (list)
51
52 Since: gtk+ 2.10
53
54 boolean = Gtk2->targets_include_uri ($first_target_atom, ...)
55 • $first_target_atom (Gtk2::Gdk::Atom)
56
57 • ... (list)
58
59 Since: gtk+ 2.10
60
62 Gtk2
63
65 Copyright (C) 2003-2011 by the gtk2-perl team.
66
67 This software is licensed under the LGPL. See Gtk2 for a full notice.
68
69
70
71perl v5.34.0 2021-07-22 Gtk2::Selection(3)