Blast-Radius Aware AI Code Review for Business-Critical Systems
LiveReview LiveReview Explore LiveReview

Tk::DropSite - Receive side of Drag & Drop abstraction

Description

       "DropSite" creates an object which represents a site on which things may be "Dropped".

       A DropSite provides the following methods:

       $site->Enter($token,$event)
       $site->Leave($token,$event)
       $site->Motion($token,$event)
       $site->Drop($token,$event)

Tk804.036                                          2025-04-13                                      DropSite(3pm)

Name

       Tk::DropSite - Receive side of Drag & Drop abstraction

Synopsis

        use Tk::DropSite qw(...);
        $widget->DropSite(-entercommand => ...,
                          -dropcommand  => ...,
                          -motioncommand  => ...,
                          -dropcommand  => ...,
                         );

See Also