const wxString& name = wxToolBarNameStr);
virtual void SetWindowStyleFlag(long style);
-
+
virtual bool Destroy();
// override/implement base class virtuals
void OnMouse(wxMouseEvent& event) ;
virtual void MacSuperChangedPosition() ;
#endif
-
+
#if wxOSX_USE_NATIVE_TOOLBAR
bool MacInstallNativeToolbar(bool usesNative);
void MacUninstallNativeToolbar();
void* m_macToolbar ;
#endif
#ifdef __WXOSX_IPHONE__
- WX_UIView m_macToolbar;
+ WX_UIView m_macToolbar;
#endif
};