private:
// common part of Append and Insert
- bool GtkAppend(wxMenu *menu, const wxString& title, int pos=-1);
+ void GtkAppend(wxMenu* menu, const wxString& title, int pos = -1);
void Init(size_t n, wxMenu *menus[], const wxString titles[], long style);
void Init();
// common part of Append (if pos == -1) and Insert
- bool GtkAppend(wxMenuItem *item, int pos=-1);
+ void GtkAppend(wxMenuItem* item, int pos = -1);
DECLARE_DYNAMIC_CLASS(wxMenu)