Next:
Gtk2::Separator
Previous:
Gtk2::Selection
 [Gtk2-Perl - Table of Contents][Gtk2-Perl - Index]

Gtk2::SelectionData



NAME

Gtk2::SelectionData

HIERARCHY

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

METHODS

scalar = $d->get_data

scalar = $d->get_data_type

scalar = $d->get_display

scalar = $d->get_format

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

scalar = $d->get_length

pixbuf or undef = $selection_data->get_pixbuf

Since: gtk+ 2.6

boolean = $selection_data->set_pixbuf ($pixbuf)

Since: gtk+ 2.6

(tree_model, path) = $selection_data->get_row_drag_data

If $selection_data is not of target type GTK_TREE_MODEL_ROW then the return is an empty list.

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

scalar = $d->get_selection

scalar = $d->get_target

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)

Since: gtk+ 2.6

boolean = $selection_data->targets_include_rich_text ($buffer)

Since: gtk+ 2.10

boolean = $selection_data->targets_include_text

boolean = $selection_data->targets_include_uri

Since: gtk+ 2.10

string = $selection_data->get_text

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

list = $selection_data->get_uris

Since: gtk+ 2.6

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

Since: gtk+ 2.6

SEE ALSO

Gtk2, Glib::Boxed

COPYRIGHT

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

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


[Top] Generated by Marek::Pod::HTML 0.49 on Wed Dec 16 23:03:36 2009