]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mac/classic/dnd.h
compilation fix: wxGenericCollapsiblePane needs wxButton and wxStaticLine
[wxWidgets.git] / include / wx / mac / classic / dnd.h
index 3d4676d00944dcfae5235f7da680b683178f098e..8aae7f23c8ea44344ade081b32dc3133ac14e710 100644 (file)
@@ -1,5 +1,5 @@
 ///////////////////////////////////////////////////////////////////////////////
-// Name:        dnd.h
+// Name:        wx/mac/classic/dnd.h
 // Purpose:     Declaration of the wxDropTarget, wxDropSource class etc.
 // Author:      Stefan Csomor
 // RCS-ID:      $Id$
@@ -55,7 +55,7 @@ class WXDLLEXPORT wxDropTarget: public wxDropTargetBase
     virtual bool OnDrop(wxCoord x, wxCoord y);
     virtual wxDragResult OnData(wxCoord x, wxCoord y, wxDragResult def);
     virtual bool GetData();
-    
+
     bool CurrentDragHasSupportedFormat() ;
     void SetCurrentDrag( void* drag ) { m_currentDrag = drag ; }
     void* GetCurrentDrag() { return m_currentDrag ; }
@@ -95,16 +95,14 @@ public:
     wxWindow*     GetWindow() { return m_window ; }
     void SetCurrentDrag( void* drag ) { m_currentDrag = drag ; }
     void* GetCurrentDrag() { return m_currentDrag ; }
-       bool                    MacInstallDefaultCursor(wxDragResult effect) ;
-  protected :
-       
+    bool MacInstallDefaultCursor(wxDragResult effect) ;
+protected :
+
     wxWindow        *m_window;
     void* m_currentDrag ;
 };
 
-#endif
-      // D&D
-
-#endif  
-       //_WX_DND_H_
+#endif // wxUSE_DRAG_AND_DROP
 
+#endif
+    //_WX_DND_H_