|
NAMEGtk2::SelectionData - wrapper for GtkSelectionDataHIERARCHYGlib::Boxed +----Gtk2::SelectionData METHODSscalar = $d->get_datascalar = $d->get_data_typescalar = $d->get_displayscalar = $d->get_format$selection_data->set ($type, $format, $data)
scalar = $d->get_lengthpixbuf or undef = $selection_data->get_pixbufSince: gtk+ 2.6boolean = $selection_data->set_pixbuf ($pixbuf)
Since: gtk+ 2.6 (tree_model, path) = $selection_data->get_row_drag_dataIf $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_selectionscalar = $d->get_targetlist = $selection_data->get_targetsGets 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_textboolean = $selection_data->targets_include_uriSince: gtk+ 2.10string = $selection_data->get_textboolean = $selection_data->set_text ($str, $len=-1)
list = $selection_data->get_urisSince: gtk+ 2.6boolean = $selection_data->set_uris (...)
Since: gtk+ 2.6 SEE ALSOGtk2, Glib::BoxedCOPYRIGHTCopyright (C) 2003-2011 by the gtk2-perl team.This software is licensed under the LGPL. See Gtk2 for a full notice.
Visit the GSP FreeBSD Man Page Interface. |