|
NAMETk::DropSite - Receive side of Drag & Drop abstractionSYNOPSISuse 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:
Visit the GSP FreeBSD Man Page Interface. |