Tk::IDElayoutDropSite - Tk::DropSite widget with for the IDElayout Widget |
Tk::IDElayoutDropSite - Tk::DropSite widget with for the IDElayout Widget
This is a the Tk::DropSite manpage derived widget that handles drop-targets for the the Tk::IDElayout manpage widget, which features some special drag/drop behavoir.
Usage is the same as normal Tk drag/drop usage, except when creating the dropsite, use:
use Tk::IDElayoutDropSite; my $dropSite = $widget->IDElayoutDropSite( ... );
Overridden Over Method.
This checks to see if we are dragging close to an edge of a frame. These edges are the drop targets for the IDElayout widget.
Overridden Enter Method.
This turns on the frame-side indicator that shows which frame is the active drop target.
Tk::IDElayoutDropSite - Tk::DropSite widget with for the IDElayout Widget |