]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mac/carbon/drawer.h
Applied wxGauge:Pulse() patch.
[wxWidgets.git] / include / wx / mac / carbon / drawer.h
index 11fe42594cd40f510a97b6d41754ee4fe11e89fe..95ca484463cee22afa0ef862d396b547b5c4478b 100644 (file)
 #ifndef _WX_DRAWERWINDOW_H_
 #define _WX_DRAWERWINDOW_H_
 
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
-#pragma interface "drawer.h"
-#endif
-
 #include "wx/toplevel.h"
 
+//
+// NB:  This is currently a private undocumented class -
+// it is stable, but the API is not and will change in the
+// near future
+//
+
 #if ( MAC_OS_X_VERSION_MAX_ALLOWED >= MAC_OS_X_VERSION_10_2 )
 
 class WXDLLEXPORT wxDrawerWindow : public wxTopLevelWindow
@@ -36,12 +38,12 @@ public:
      const wxString& title,
      wxSize size = wxDefaultSize,
      wxDirection edge = wxLEFT,
-     const wxString& name = "drawerwindow")
+     const wxString& name = wxT("drawerwindow"))
     {
         this->Create(parent, id, title, size, edge, name);
     }
      
-    ~wxDrawerWindow();
+    virtual ~wxDrawerWindow();
     
     // Create a drawer window. 
     // If parent is NULL, create as a tool window.