|
Tk::DropSite - Receive side of Drag & Drop abstraction
|
Tk::DropSite - Receive side of Drag & Drop abstraction
This module is not included with the standard ActivePerl distribution. It is available as a separate download using PPM.
use Tk::DropSite qw(...);
$widget->DropSite(-entercommand => ...,
-dropcommand => ...,
-motioncommand => ...,
-dropcommand => ...,
);
DropSite creates an object which represents a site on which things
may be ``Dropped''.
A DropSite provides the following methods:
=over 4
- $site->
Enter($token,$event)
-
- $site->
Leave($token,$event)
-
- $site->
Motion($token,$event)
-
- $site->
Drop($token,$event)
-
|
Tk::DropSite - Receive side of Drag & Drop abstraction
|
|