tk::dropsite(3pm) debian man page | unix.com

Man Page: tk::dropsite

Operating Environment: debian

Section: 3pm

DropSite(3pm)						       perl/Tk Documentation						     DropSite(3pm)

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.03 2010-05-29 DropSite(3pm)
Related Man Pages
xmdropsiteconfigurestackingorder(3) - centos
xmdropsiteconfigurestackingorder(3) - hpux
xmdropsite(3x) - osf1
xmdropsitequerystackingorder(3x) - osf1
xmdropsiteregister(3x) - osf1
Similar Topics in the Unix Linux Community
Adding the individual columns of a matrix.
Introduction
Weird 'find' results
How to copy a column of multiple files and paste into new excel file (next to column)?