Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

gtk2::selectiondata(3) [suse man page]

Gtk2::SelectionData(3)					User Contributed Perl Documentation				    Gtk2::SelectionData(3)

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) o $type (Gtk2::Gdk::Atom) o $format (integer) o $data (Glib::UChar) scalar = $d->get_length pixbuf or undef = $selection_data->get_pixbuf Since: gtk+ 2.6 boolean = $selection_data->set_pixbuf ($pixbuf) o $pixbuf (Gtk2::Gdk::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) o $tree_model (Gtk2::TreeModel) o $path (Gtk2::TreePath) 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) o $writable (boolean) Since: gtk+ 2.6 boolean = $selection_data->targets_include_rich_text ($buffer) o $buffer (Gtk2::TextBuffer) 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) o $str (string) o $len (integer) list = $selection_data->get_uris Since: gtk+ 2.6 boolean = $selection_data->set_uris (...) o ... (list) of strings 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. perl v5.12.1 2010-07-05 Gtk2::SelectionData(3)

Check Out this Related Man Page

Gtk2::Plug(3)						User Contributed Perl Documentation					     Gtk2::Plug(3)

NAME
Gtk2::Plug HIERARCHY
Glib::Object +----Glib::InitiallyUnowned +----Gtk2::Object +----Gtk2::Widget +----Gtk2::Container +----Gtk2::Bin +----Gtk2::Window +----Gtk2::Plug INTERFACES
Glib::Object::_Unregistered::AtkImplementorIface Gtk2::Buildable METHODS
widget = Gtk2::Plug->new ($socket_id) o $socket_id (Gtk2::Gdk::NativeWindow) widget = Gtk2::Plug->new_for_display Since: gtk+ 2.2 $plug->construct ($socket_id) o $socket_id (Gtk2::Gdk::NativeWindow) $plug->construct_for_display ($display, $socket_id) o $display (Gtk2::Gdk::Display) o $socket_id (Gtk2::Gdk::NativeWindow) Since: gtk+ 2.2 boolean = $plug->get_embedded Since: gtk+ 2.14 nativewindow = $plug->get_id window or undef = $plug->get_socket_window Since: gtk+ 2.14 PROPERTIES
'embedded' (boolean : readable / private) Whether or not the plug is embedded 'socket-window' (Gtk2::Gdk::Window : readable / private) The window of the socket the plug is embedded in SIGNALS
embedded (Gtk2::Plug) SEE ALSO
Gtk2, Glib::Object, Glib::InitiallyUnowned, Gtk2::Object, Gtk2::Widget, Gtk2::Container, Gtk2::Bin, Gtk2::Window COPYRIGHT
Copyright (C) 2003-2008 by the gtk2-perl team. This software is licensed under the LGPL. See Gtk2 for a full notice. perl v5.12.1 2010-07-05 Gtk2::Plug(3)
Man Page