]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/motif/dnd.h
Committed Jaako's renderer patch
[wxWidgets.git] / include / wx / motif / dnd.h
index b3944af30cbfd51f5d627465c333fdaf0a3b80cc..ee5709d1e4d693faafd3abdd5896dd42542cab20 100644 (file)
@@ -7,14 +7,9 @@
 // Licence:     wxWindows licence
 ///////////////////////////////////////////////////////////////////////////////
 
-
 #ifndef _WX_DND_H_
 #define _WX_DND_H_
 
-#ifdef __GNUG__
-#pragma interface
-#endif
-
 #include "wx/defs.h"
 
 #if wxUSE_DRAG_AND_DROP
@@ -151,9 +146,9 @@ public:
     ~wxDropSource(void);
     
     void SetData( wxDataObject &data  );
-    wxDragResult DoDragDrop( bool bAllowMove = FALSE );
+    wxDragResult DoDragDrop(int flags = wxDrag_CopyOnly);
     
-    virtual bool GiveFeedback( wxDragResult WXUNUSED(effect), bool WXUNUSED(bScrolling) ) { return TRUE; };
+    virtual bool GiveFeedback( wxDragResult WXUNUSED(effect), bool WXUNUSED(bScrolling) ) { return true; };
     
     // implementation
 #if 0