John Cerney > Tk-IDElayout-0.32 > Tk::IDEdragDrop

Download:
Tk-IDElayout-0.32.tar.gz

Dependencies

Annotate this POD

CPAN RT

Open  0
Report a bug
Module Version: 0.32   Source  

NAME ^

Tk::IDEdragDrop - Tk::DragDrop subclass for IDE Drag/Drop Behavoir

DESCRIPTION ^

This is a Tk::DragDrop derived widget with some additional features:

SYNOPSIS ^

Usage is the same as normal Tk drag/drop usage, except when creating the Drag-Drop Token, use:

 use Tk::IDEdragDrop;
 
 my $dragToken = $widget->IDEdragDrop( ... );