Query: tk::dropsite
OS: centos
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
DropSite(3) perl/Tk Documentation DropSite(3)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: $site->Enter($token,$event) $site->Leave($token,$event) $site->Motion($token,$event) $site->Drop($token,$event) Tk804.03 2014-06-10 DropSite(3)
Similar Topics in the Unix Linux Community |
---|
Is UNIX an open source OS ? |
Set hard block limit for user using quota |
CentOS7 restoring file capabilities |
Docker learning Phase-I |
Shopt -s histappend |