Scroll to navigation

Gtk2::Drag(3pm) User Contributed Perl Documentation Gtk2::Drag(3pm)

NAME

Gtk2::Drag

METHODS

dragcontext = Gtk2::Drag->begin ($widget, $targets, $actions, $button, $event)

  • $widget (Gtk2::Widget)
  • $targets (Gtk2::TargetList)
  • $actions (Gtk2::Gdk::DragAction)
  • $button (integer)
  • $event (Gtk2::Gdk::Event)

ENUMS AND FLAGS

flags Gtk2::Gdk::DragAction

  • 'default' / 'GDK_ACTION_DEFAULT'
  • 'copy' / 'GDK_ACTION_COPY'
  • 'move' / 'GDK_ACTION_MOVE'
  • 'link' / 'GDK_ACTION_LINK'
  • 'private' / 'GDK_ACTION_PRIVATE'
  • 'ask' / 'GDK_ACTION_ASK'

SEE ALSO

Gtk2

COPYRIGHT

Copyright (C) 2003-2011 by the gtk2-perl team.

This software is licensed under the LGPL. See Gtk2 for a full notice.

2019-09-16 perl v5.28.1