// Purpose:
// Author: Robert Roebling
// Id: $Id$
// Copyright: (c) 1998 Robert Roebling, Julian Smart
// Purpose:
// Author: Robert Roebling
// Id: $Id$
// Copyright: (c) 1998 Robert Roebling, Julian Smart
//-----------------------------------------------------------------------------
// wxMenuBar
//-----------------------------------------------------------------------------
//-----------------------------------------------------------------------------
// wxMenuBar
//-----------------------------------------------------------------------------
- wxMenuBar(int n, wxMenu *menus[], const wxString titles[]);
+ wxMenuBar(size_t n, wxMenu *menus[], const wxString titles[], long style = 0);
// common part of Append and Insert
bool GtkAppend(wxMenu *menu, const wxString& title, int pos=-1);
// common part of Append and Insert
bool GtkAppend(wxMenu *menu, const wxString& title, int pos=-1);