diff options
author | sat <sat@FreeBSD.org> | 2006-11-01 06:39:12 +0000 |
---|---|---|
committer | sat <sat@FreeBSD.org> | 2006-11-01 06:39:12 +0000 |
commit | 538dd9cf8fc9ef112017d3e78f5974711c45ea00 (patch) | |
tree | fdb07b31f79e30095f3f309ed1d3147d04c80fc2 /x11-toolkits/tkdnd/pkg-descr | |
parent | aea4fd3a7c961d61d123017cc8b720519232cfd1 (diff) | |
download | FreeBSD-ports-538dd9cf8fc9ef112017d3e78f5974711c45ea00.zip FreeBSD-ports-538dd9cf8fc9ef112017d3e78f5974711c45ea00.tar.gz |
Add port x11-toolkits/tkdnd:
tkdnd is an extension that adds native drag & drop capabilities to the
tk toolkit. It can be used with any tk version equal or greater to 8.4
and currently only the UNIX (X-Windows) and Microsoft Windows operating
systems are supported. Under unix the drag & drop protocol in use is the
XDND protocol version 4 (also used by the QT toolkit, KDE & GNOME
Desktops).
WWW: http://www.iit.demokritos.gr/~petasis/Tcl/tkDND/tkDND.html
Diffstat (limited to 'x11-toolkits/tkdnd/pkg-descr')
-rw-r--r-- | x11-toolkits/tkdnd/pkg-descr | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/x11-toolkits/tkdnd/pkg-descr b/x11-toolkits/tkdnd/pkg-descr new file mode 100644 index 0000000..e27cae3 --- /dev/null +++ b/x11-toolkits/tkdnd/pkg-descr @@ -0,0 +1,8 @@ +tkdnd is an extension that adds native drag & drop capabilities to the +tk toolkit. It can be used with any tk version equal or greater to 8.4 +and currently only the UNIX (X-Windows) and Microsoft Windows operating +systems are supported. Under unix the drag & drop protocol in use is the +XDND protocol version 4 (also used by the QT toolkit, KDE & GNOME +Desktops). + +WWW: http://www.iit.demokritos.gr/~petasis/Tcl/tkDND/tkDND.html |