The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Tk:IDEdragShadow - Shadow Outline for Showing Drag Motion or Drop Targets

SYNOPSIS

    use Tk:IDEdragShadow;

    $TabbedFrame = $widget->DragShadow
       (
        -geometry => "30x30+10+30", # Format widthxheight+x+y
        
       );

DESCRIPTION

This is a composite widget that implements a grey outline frame that can be used to show window shapes when dragging, or drop-target areas.

OPTIONS

geometry

Geometry of the outline frame, in the form widthxheight+x+y.

Advertised Subwidgets

top/bot/left/right

4 separate Tk::Frame components representing the top/bot/left/right element of the outline.

ATTRIBUTES

None

Methods

placeForget

Forgets the placement (removes from display) of the shadow.