Gtk2::Selection(3) | User Contributed Perl Documentation | Gtk2::Selection(3) |
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-2011 by the gtk2-perl team.
This software is licensed under the LGPL. See Gtk2 for a full notice.
2024-09-01 | perl v5.40.0 |