// Author: Robert Roebling
// Id: $Id$
// Copyright: (c) 1998 Robert Roebling, Julian Smart
-// Licence: wxWidgets licence
+// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
#ifndef __GTKMENUH__
// ctors
wxMenuBar();
wxMenuBar(long style);
- wxMenuBar(int n, wxMenu *menus[], const wxString titles[]);
+ wxMenuBar(size_t n, wxMenu *menus[], const wxString titles[], long style = 0);
virtual ~wxMenuBar();
// implement base class (pure) virtuals
wxWindow *m_invokingWindow;
private:
+ void Init(size_t n, wxMenu *menus[], const wxString titles[], long style);
+
DECLARE_DYNAMIC_CLASS(wxMenuBar)
};