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
11 * $widget (Gtk2::Widget or undef)
12 * $selection (Gtk2::Gdk::Atom)
13 * $time_ (unsigned)
14
15 boolean = Gtk2::Selection->owner_set_for_display ($display, $widget,
16 $selection, $time_)
17
18 * $display (Gtk2::Gdk::Display)
19 * $widget (Gtk2::Widget or undef)
20 * $selection (Gtk2::Gdk::Atom)
21 * $time_ (unsigned)
22
23 boolean = Gtk2->targets_include_image ($writable, $first_target_atom,
24 ...)
25
26 * $writable (boolean)
27 * $first_target_atom ((unknown))
28 * ... (list)
29
30 boolean = Gtk2->targets_include_rich_text ($buffer, $first_target_atom,
31 ...)
32
33 * $buffer (Gtk2::TextBuffer)
34 * $first_target_atom ((unknown))
35 * ... (list)
36
37 boolean = Gtk2->targets_include_text ($first_target_atom, ...)
38
39 * $first_target_atom ((unknown))
40 * ... (list)
41
42 boolean = Gtk2->targets_include_uri ($first_target_atom, ...)
43
44 * $first_target_atom ((unknown))
45 * ... (list)
46
48 Gtk2
49
51 Copyright (C) 2003-2007 by the gtk2-perl team.
52
53 This software is licensed under the LGPL. See Gtk2 for a full notice.
54
55
56
57perl v5.8.8 2007-03-18 Gtk2::Selection(3)