// Name: wx/gtk/menu.h
// Purpose:
// Author: Robert Roebling
-// Id: $Id$
// Copyright: (c) 1998 Robert Roebling, Julian Smart
// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
// Returns the title, with mnemonics translated to wx format
wxString GetTitle() const;
- // TODO: virtual void SetTitle(const wxString& title);
+ // Sets the title, with mnemonics translated to gtk format
+ virtual void SetTitle(const wxString& title);
// implementation GTK only
GtkWidget *m_menu; // GtkMenu