]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/menu.h
added ping location for IRIX
[wxWidgets.git] / include / wx / msw / menu.h
index f049ba8f41c28f92455c52d8787bcad57e1924c9..1fb889ac75c860f84adc5ae4ef8adb4cc3812f8c 100644 (file)
@@ -69,17 +69,6 @@ public:
 
     virtual void SetTitle(const wxString& title);
 
-    // deprecated functions
-#if wxUSE_MENU_CALLBACK
-    wxMenu(const wxString& title, const wxFunction func)
-        : wxMenuBase(title)
-    {
-        Init();
-
-        Callback(func);
-    }
-#endif // wxUSE_MENU_CALLBACK
-
     // implementation only from now on
     // -------------------------------
 
@@ -201,7 +190,7 @@ public:
     // get the accel table for all the menus
     const wxAcceleratorTable& GetAccelTable() const { return m_accelTable; }
 
-    // update the accel table (must be called after adding/deletign a menu)
+    // update the accel table (must be called after adding/deleting a menu)
     void RebuildAccelTable();
 #endif // wxUSE_ACCEL