| Tk-IDElayout documentation | view source | Contained in the Tk-IDElayout distribution. |
Tk::IDEdragDrop - Tk::DragDrop subclass for IDE Drag/Drop Behavoir
This is a Tk::DragDrop derived widget with some additional features:
Usage is the same as normal Tk drag/drop usage, except when creating the Drag-Drop Token, use:
use Tk::IDEdragDrop; my $dragToken = $widget->IDEdragDrop( ... );
| Tk-IDElayout documentation | view source | Contained in the Tk-IDElayout distribution. |