#ifndef __GTKCONTROLH__
#define __GTKCONTROLH__
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(__APPLE__)
#pragma interface
#endif
protected:
virtual wxSize DoGetBestSize() const;
+#ifdef __WXGTK20__
+ wxString PrepareLabelMnemonics( const wxString &label ) const;
+#endif
wxString m_label;
char m_chAccel; // enabled to avoid breaking binary compatibility later on