Gtk2::Selection(3) User Contributed Perl Documentation Gtk2::Selection(3) NAME Gtk2::Selection METHODS boolean = Gtk2::Selection->owner_set ($widget, $selection, $time_) o $widget (Gtk2::Widget or undef) o $selection (Gtk2::Gdk::Atom) o $time_ (unsigned) boolean = Gtk2::Selection->owner_set_for_display ($display, $widget, $selection, $time_) o $display (Gtk2::Gdk::Display) o $widget (Gtk2::Widget or undef) o $selection (Gtk2::Gdk::Atom) o $time_ (unsigned) Since: gtk+ 2.2 boolean = Gtk2->targets_include_image ($writable, $first_target_atom, ...) o $writable (boolean) o $first_target_atom (Gtk2::Gdk::Atom) o ... (list) Since: gtk+ 2.10 boolean = Gtk2->targets_include_rich_text ($buffer, $first_target_atom, ...) o $buffer (Gtk2::TextBuffer) o $first_target_atom (Gtk2::Gdk::Atom) o ... (list) Since: gtk+ 2.10 boolean = Gtk2->targets_include_text ($first_target_atom, ...) o $first_target_atom (Gtk2::Gdk::Atom) o ... (list) Since: gtk+ 2.10 boolean = Gtk2->targets_include_uri ($first_target_atom, ...) o $first_target_atom (Gtk2::Gdk::Atom) o ... (list) Since: gtk+ 2.10 SEE ALSO Gtk2 COPYRIGHT Copyright (C) 2003-2011 by the gtk2-perl team. This software is licensed under the LGPL. See Gtk2 for a full notice. perl v5.40.0 2024-09-01 Gtk2::Selection(3)