FreeBSD Manual Pages
DropSite(3) perl/Tk Documentation DropSite(3) NAME Tk::DropSite - Receive side of Drag & Drop abstraction SYNOPSIS use Tk::DropSite qw(...); $widget->DropSite(-entercommand => ..., -dropcommand => ..., -motioncommand => ..., -dropcommand => ..., ); 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.035 2013-11-15 DropSite(3)
NAME | SYNOPSIS | DESCRIPTION
Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=Tk::DropSite&sektion=3&manpath=FreeBSD+13.0-RELEASE+and+Ports>