]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/osx/toolbar.h
guarding against non-implemented parts
[wxWidgets.git] / include / wx / osx / toolbar.h
index 46d94b5edc420999a3a14fb84c4535acba55fe01..8d5ee8b8722f321ff2d649ddf2484af7c553739c 100644 (file)
@@ -1,5 +1,5 @@
 /////////////////////////////////////////////////////////////////////////////
-// Name:        wx/mac/carbon/toolbar.h
+// Name:        wx/osx/toolbar.h
 // Purpose:     wxToolBar class
 // Author:      Stefan Csomor
 // Modified by:
@@ -45,6 +45,8 @@ class WXDLLIMPEXP_CORE wxToolBar: public wxToolBarBase
 
     virtual void SetWindowStyleFlag(long style);
 
+    virtual bool Destroy();
+
     // override/implement base class virtuals
     virtual wxToolBarToolBase *FindToolForPosition(wxCoord x, wxCoord y) const;
 
@@ -70,9 +72,10 @@ class WXDLLIMPEXP_CORE wxToolBar: public wxToolBarBase
     void OnMouse(wxMouseEvent& event) ;
     virtual void MacSuperChangedPosition() ;
 #endif
-    
+
 #if wxOSX_USE_NATIVE_TOOLBAR
     bool MacInstallNativeToolbar(bool usesNative);
+    void MacUninstallNativeToolbar();
     bool MacWantsNativeToolbar();
     bool MacTopLevelHasNativeToolbar(bool *ownToolbarInstalled) const;
 #endif
@@ -108,7 +111,7 @@ protected:
     void* m_macToolbar ;
 #endif
 #ifdef __WXOSX_IPHONE__
-    WX_UIView m_macToolbar; 
+    WX_UIView m_macToolbar;
 #endif
 };