- // wxMenuBar is not a top level window but it still doesn't need a parent
- // window
- virtual bool GTKNeedsParent() const { return false; }
-
- void Attach(wxFrame *frame);
-
- // implementation only from now on
- void SetInvokingWindow( wxWindow *win );
- void UnsetInvokingWindow( wxWindow *win );