- // implementation only from now on
- void SetInvokingWindow( wxWindow *win );
- void UnsetInvokingWindow( wxWindow *win );
+ // common part of Append and Insert
+ bool GtkAppend(wxMenu *menu, const wxString& title, int pos=-1);
+
+ virtual void Attach(wxFrame *frame);
+ virtual void Detach();