Tk::IDElayoutDropSite - Tk::DropSite widget with for the IDElayout Widget


Tk-IDElayout documentation  | view source Contained in the Tk-IDElayout distribution.

Index


NAME

Top

Tk::IDElayoutDropSite - Tk::DropSite widget with for the IDElayout Widget

DESCRIPTION

Top

This is a Tk::DropSite derived widget that handles drop-targets for the Tk::IDElayout widget, which features some special drag/drop behavoir.

SYNOPSIS

Top

Usage is the same as normal Tk drag/drop usage, except when creating the dropsite, use:

 use Tk::IDElayoutDropSite;

 my $dropSite = $widget->IDElayoutDropSite( ... );

ATTRIBUTES

Top

currentSide

Name of the current Side (left/right/top/bottom) in currentFrame that has been dragged over, as part of a drag-drop operation.

currentFrame

Name of the current Frame that has been dragged over, as part of a drag-drop operation.

METHODS

Top

Over

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.

Enter

Overridden Enter Method.

This turns on the frame-side indicator that shows which frame is the active drop target.


Tk-IDElayout documentation  | view source Contained in the Tk-IDElayout distribution.