#ifndef __GTKMENUH__
#define __GTKMENUH__
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
#pragma interface "menu.h"
#endif
// TODO: virtual void SetTitle(const wxString& title);
- // compatibility only
-#if wxUSE_MENU_CALLBACK
- wxMenu(const wxString& title, const wxFunction func)
- : wxMenuBase(title)
- {
- Init();
-
- Callback(func);
- }
-#endif // WXWIN_COMPATIBILITY_2
-
// implementation
int FindMenuIdByMenuItem( GtkWidget *menuItem ) const;