Gtk2::SelectionData.3pm

Langue: en

Version: 2008-02-12 (mandriva - 01/05/08)

Section: 3 (Bibliothèques de fonctions)

NAME

Gtk2::SelectionData

HIERARCHY

   Glib::Boxed
   +----Gtk2::SelectionData
 
 

METHODS


scalar = $d->data


scalar = $d->data


scalar = $d->display


scalar = $d->display


scalar = $d->format


scalar = $d->format


$selection_data->set ($type, $format, $data)


$selection_data->set ($type, $format, $data)

$type (Gtk2::Gdk::Atom)
$format (integer)
$data (Glib::UChar)

scalar = $d->length


scalar = $d->length


pixbuf or undef = $selection_data->get_pixbuf


pixbuf or undef = $selection_data->get_pixbuf

Since: gtk+ 2.6

boolean = $selection_data->set_pixbuf ($pixbuf)


boolean = $selection_data->set_pixbuf ($pixbuf)

$pixbuf (Gtk2::Gdk::Pixbuf)

Since: gtk+ 2.6

(tree_model, path) = $selection_data->get_row_drag_data


(tree_model, path) = $selection_data->get_row_drag_data


boolean = $selection_data->set_row_drag_data ($tree_model, $path)


boolean = $selection_data->set_row_drag_data ($tree_model, $path)

$tree_model (Gtk2::TreeModel)
$path (Gtk2::TreePath)

scalar = $d->selection


scalar = $d->selection


scalar = $d->target


scalar = $d->target


list = $selection_data->get_targets


list = $selection_data->get_targets

Gets the contents of selection_data as an array of targets. This can be used to interpret the results of getting the standard TARGETS target that is always supplied for any selection.
Returns a list of GdkAtoms, the targets.

boolean = $selection_data->targets_include_image ($writable)


boolean = $selection_data->targets_include_image ($writable)

$writable (boolean)

Since: gtk+ 2.6

boolean = $selection_data->targets_include_rich_text ($buffer)


boolean = $selection_data->targets_include_rich_text ($buffer)

$buffer (Gtk2::TextBuffer)

Since: gtk+ 2.10

boolean = $selection_data->targets_include_text


boolean = $selection_data->targets_include_text


boolean = $selection_data->targets_include_uri


boolean = $selection_data->targets_include_uri

Since: gtk+ 2.10

string = $selection_data->get_text


string = $selection_data->get_text


boolean = $selection_data->set_text ($str, $len=-1)


boolean = $selection_data->set_text ($str, $len=-1)

$str (string)
$len (integer)

scalar = $d->type


scalar = $d->type


list = $selection_data->get_uris


list = $selection_data->get_uris

Since: gtk+ 2.6

boolean = $selection_data->set_uris (...)


boolean = $selection_data->set_uris (...)

... (list) of strings

Since: gtk+ 2.6

SEE ALSO

Gtk2, Glib::Boxed Copyright (C) 2003-2007 by the gtk2-perl team.

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