]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk1/menu.h
Add XRC handler for wxToolbook.
[wxWidgets.git] / include / wx / gtk1 / menu.h
index 32136bdd096e18c12f292e3a5c994f93d7a72051..ce9b60299c95219abff577b44631c7dfa9b14998 100644 (file)
@@ -37,17 +37,15 @@ public:
     virtual void SetMenuLabel( size_t pos, const wxString& label );
     virtual wxString GetMenuLabel( size_t pos ) const;
 
-    // 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();
+
     GtkAccelGroup   *m_accel;
     GtkWidget       *m_menubar;
     long             m_style;
-    wxWindow        *m_invokingWindow;
 
 private:
     void Init(size_t n, wxMenu *menus[], const wxString titles[], long style);