// Name: wx/gtk1/menu.h
// Purpose:
// Author: Robert Roebling
-// Id: $Id$
// Copyright: (c) 1998 Robert Roebling, Julian Smart
// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
virtual wxMenuItem* DoInsert(size_t pos, wxMenuItem *item);
virtual wxMenuItem* DoRemove(wxMenuItem *item);
+ // Returns the title, with mnemonics translated to wx format
+ wxString GetTitle() const;
+
// TODO: virtual void SetTitle(const wxString& title);
// implementation