Manpages

Manpage of DROPSITE

DROPSITE

Section: perl/Tk Documentation (1)
Updated: 2000-04-18
Index
Return to Main Contents
 

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)


 

Index

NAME
SYNOPSIS
DESCRIPTION

This document was created by man2html, using the manual pages.
Time: 10:47:43 GMT, April 26, 2024