Add wxDataFormat GetMatchingPair() which wxGTK and wxMSW already had under different names

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58260 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robert Roebling
2009-01-21 14:01:31 +00:00
parent d8efd2198f
commit 51c9c13c05
4 changed files with 17 additions and 1 deletions

View File

@@ -47,6 +47,9 @@ public:
virtual bool OnDrop(wxCoord x, wxCoord y);
virtual bool GetData();
// Can only be called during OnXXX methods.
wxDataFormat GetMatchingPair();
// implementation only from now on
// -------------------------------