]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/x11/dnd.h
added possibility to specify printer bin (patch 910272)
[wxWidgets.git] / include / wx / x11 / dnd.h
index b3944af30cbfd51f5d627465c333fdaf0a3b80cc..1af3bacce2857d281e1abd3a55636c27d9926749 100644 (file)
@@ -11,7 +11,7 @@
 #ifndef _WX_DND_H_
 #define _WX_DND_H_
 
 #ifndef _WX_DND_H_
 #define _WX_DND_H_
 
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
 #pragma interface
 #endif
 
 #pragma interface
 #endif
 
@@ -151,7 +151,7 @@ public:
     ~wxDropSource(void);
     
     void SetData( wxDataObject &data  );
     ~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; };