]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/dnd.h
another wxUSE_DRAG_AND_DROP==0 compilation fix
[wxWidgets.git] / include / wx / gtk / dnd.h
index c29ded049e8031f194392df1ef9c6a17bb082931..08a12ec5ea5677acb1b3a63c209112767a11486a 100644 (file)
@@ -36,9 +36,11 @@ public:
     virtual wxDragResult OnData(wxCoord x, wxCoord y, wxDragResult def);
     virtual bool GetData();
 
+    // Can only be called during OnXXX methods.
+    wxDataFormat GetMatchingPair();
 
     // implementation
-  
+    
     GdkAtom GtkGetMatchingPair();
 
     void GtkRegisterWidget( GtkWidget *widget );