Gtk2::Selection(3) User Contributed Perl Documentation Gtk2::Selection(3)

Gtk2::Selection

boolean = Gtk2::Selection->owner_set ($widget, $selection, $time_)

  • $widget (Gtk2::Widget or undef)
  • $selection (Gtk2::Gdk::Atom)
  • $time_ (unsigned)

boolean = Gtk2::Selection->owner_set_for_display ($display, $widget, $selection, $time_)

  • $display (Gtk2::Gdk::Display)
  • $widget (Gtk2::Widget or undef)
  • $selection (Gtk2::Gdk::Atom)
  • $time_ (unsigned)

Since: gtk+ 2.2

boolean = Gtk2->targets_include_image ($writable, $first_target_atom, ...)

  • $writable (boolean)
  • $first_target_atom (Gtk2::Gdk::Atom)
  • ... (list)

Since: gtk+ 2.10

boolean = Gtk2->targets_include_rich_text ($buffer, $first_target_atom, ...)

  • $buffer (Gtk2::TextBuffer)
  • $first_target_atom (Gtk2::Gdk::Atom)
  • ... (list)

Since: gtk+ 2.10

boolean = Gtk2->targets_include_text ($first_target_atom, ...)

  • $first_target_atom (Gtk2::Gdk::Atom)
  • ... (list)

Since: gtk+ 2.10

boolean = Gtk2->targets_include_uri ($first_target_atom, ...)

  • $first_target_atom (Gtk2::Gdk::Atom)
  • ... (list)

Since: gtk+ 2.10

Gtk2

Copyright (C) 2003-2011 by the gtk2-perl team.

This software is licensed under the LGPL. See Gtk2 for a full notice.

2023-07-25 perl v5.38.0