1Gtk2::TreeDragSource(3)User Contributed Perl DocumentatioGntk2::TreeDragSource(3)
2
3
4

NAME

6       Gtk2::TreeDragSource - wrapper for GtkTreeDragSource
7

HIERARCHY

9         Glib::Interface
10         +----Gtk2::TreeDragSource
11

METHODS

13   boolean = $drag_source->drag_data_delete ($path)
14       •   $path (Gtk2::TreePath)
15
16   selection_data = $drag_source->drag_data_get ($path, $selection_data)
17       •   $path (Gtk2::TreePath)
18
19       •   $selection_data (Gtk2::SelectionData)
20
21       Get selection data from a drag source.  The data is written to
22       $selection_data, or if $selection_data is not given then to a newly
23       created Gtk2::SelectionData object with target type
24       "GTK_TREE_MODEL_ROW".  On success the return is the given or new
25       object, or on failure the return is undef.
26
27   boolean = $drag_source->row_draggable ($path)
28       •   $path (Gtk2::TreePath)
29

SEE ALSO

31       Gtk2, Glib::Interface
32
34       Copyright (C) 2003-2011 by the gtk2-perl team.
35
36       This software is licensed under the LGPL.  See Gtk2 for a full notice.
37
38
39
40perl v5.36.0                      2022-07-22           Gtk2::TreeDragSource(3)
Impressum