Tk:IDEdragShadow - Shadow Outline for Showing Drag Motion or Drop Targets |
Tk:IDEdragShadow - Shadow Outline for Showing Drag Motion or Drop Targets
use Tk:IDEdragShadow;
$TabbedFrame = $widget->DragShadow ( -geometry => "30x30+10+30", # Format widthxheight+x+y );
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.
widthxheight+x+y
.
None
Forgets the placement (removes from display) of the shadow.
Tk:IDEdragShadow - Shadow Outline for Showing Drag Motion or Drop Targets |