- GtkAccelGroup *m_accel;
- GtkItemFactory *m_factory;
- GtkWidget *m_menubar;
- long m_style;
- wxWindow *m_invokingWindow;
+ void Init(size_t n, wxMenu *menus[], const wxString titles[], long style);
+
+ // wxMenuBar is not a top level window but it still doesn't need a parent
+ // window
+ virtual bool GTKNeedsParent() const { return false; }
+
+ GtkWidget* m_menubar;