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


Tk-IDElayout documentation  | view source Contained in the Tk-IDElayout distribution.

Index


NAME

Top

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

DESCRIPTION

Top

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

SYNOPSIS

Top

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( ... );


Tk-IDElayout documentation  | view source Contained in the Tk-IDElayout distribution.