John Cerney > Tk-IDElayout-0.32 > Tk:IDEdragShadow

Download:
Tk-IDElayout-0.32.tar.gz

Annotate this POD

CPAN RT

Open  0
Report a bug
Source  

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.