Gtk2-Perl

Description A set of Perl bindings for Gtk+ 2.0 and various related libraries
Gtk2-Perl > Perl Manuals > Gtk2-Selection
Source

Index


NAME ^

Gtk2::Selection

METHODS ^

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

SEE ALSO ^

Gtk2

COPYRIGHT ^

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

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