1Gtk2::Drag(3) User Contributed Perl Documentation Gtk2::Drag(3)
2
3
4
6 Gtk2::Drag
7
9 dragcontext = Gtk2::Drag->begin ($widget, $targets, $actions, $button,
10 $event)
11 • $widget (Gtk2::Widget)
12
13 • $targets (Gtk2::TargetList)
14
15 • $actions (Gtk2::Gdk::DragAction)
16
17 • $button (integer)
18
19 • $event (Gtk2::Gdk::Event)
20
22 flags Gtk2::Gdk::DragAction
23 • 'default' / 'GDK_ACTION_DEFAULT'
24
25 • 'copy' / 'GDK_ACTION_COPY'
26
27 • 'move' / 'GDK_ACTION_MOVE'
28
29 • 'link' / 'GDK_ACTION_LINK'
30
31 • 'private' / 'GDK_ACTION_PRIVATE'
32
33 • 'ask' / 'GDK_ACTION_ASK'
34
36 Gtk2
37
39 Copyright (C) 2003-2011 by the gtk2-perl team.
40
41 This software is licensed under the LGPL. See Gtk2 for a full notice.
42
43
44
45perl v5.38.0 2023-07-20 Gtk2::Drag(3)