]> git.saurik.com Git - wxWidgets.git/commit
Use both URL-specific and plain text formats in wxGTK wxURLDataObject.
authorVadim Zeitlin <vadim@wxwidgets.org>
Fri, 20 Jul 2012 11:55:10 +0000 (11:55 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Fri, 20 Jul 2012 11:55:10 +0000 (11:55 +0000)
commitc56fd7a30423f266f006f549bf585925e1b0131d
treed3b601ee8c6f685602b99ec6de321092d35af7f2
parent616c0d1f3ac084bb92f0a75dc48812e8647f1b22
Use both URL-specific and plain text formats in wxGTK wxURLDataObject.

Just as in wxMSW, it makes sense to put URLs on clipboard (or drag them) in
both URL-specific and plain text formats to facilitate pasting (or dropping)
them into other applications.

So make wxURLDataObject in wxGTK a composite data object containing both its
old data object and wxTextDataObject.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@72161 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/gtk/dataobj2.h
src/gtk/dataobj.cpp