Jump to letter: [
ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
tkdnd: Tk extension that adds native drag & drop capabilities
- Summary
- Tk Drag & Drop: 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.
Under unix the drag & drop protocol in use is the XDND protocol version 4
(also used by the QT toolkit, KDE & GNOME Desktops).
Changelog
- * Mon Aug 28 19:00:00 2006 Sander Hoentjen <sander{%}hoentjen{*}eu> - 1.0a2-7
- FC6 Mass Rebuild
- * Thu Jun 8 19:00:00 2006 Sander Hoentjen <sander{%}hoentjen{*}eu> - 1.0a2-6
- Removed the extra directory in %_doc by adding a wildcard
- Moved the "rm -rf /home/joelbarrios/rpmbuild/TMP/tkdnd-1.0a2-7.9.el5.al-root" to the very first line in %_install
- * Thu Jun 8 19:00:00 2006 Sander Hoentjen <sander{%}hoentjen{*}eu> - 1.0a2-5
- dropped sed magic, install files by hand instead