diff --git a/wxPython/src/windows.i b/wxPython/src/windows.i index de99bdd720..95a509bb04 100644 --- a/wxPython/src/windows.i +++ b/wxPython/src/windows.i @@ -754,6 +754,8 @@ public: long GetStyle(); bool IsAttached(); + void Attach(wxMenuBar *menubar); + void Detach(); void SetParent(wxMenu *parent); wxMenu *GetParent();