Gtk2::Drag(3) User Contributed Perl Documentation Gtk2::Drag(3)
NAME
Gtk2::Drag
METHODS
dragcontext = Gtk2::Drag->begin ($widget, $targets, $actions, $button, $event)
o $widget (Gtk2::Widget)
o $targets (Gtk2::TargetList)
o $actions (Gtk2::Gdk::DragAction)
o $button (integer)
o $event (Gtk2::Gdk::Event)
ENUMS AND FLAGS
flags Gtk2::Gdk::DragAction
o 'default' / 'GDK_ACTION_DEFAULT'
o 'copy' / 'GDK_ACTION_COPY'
o 'move' / 'GDK_ACTION_MOVE'
o 'link' / 'GDK_ACTION_LINK'
o 'private' / 'GDK_ACTION_PRIVATE'
o 'ask' / 'GDK_ACTION_ASK'
SEE ALSO
Gtk2
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::Drag(3)