]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/menu.h
corrected wxUSE_BOOKCTRL test
[wxWidgets.git] / include / wx / msw / menu.h
index 424d98971d8ad4b8ba43f2da1034d806716302f5..89d78c23b23c776ebcc6b34a6e7e7973cb260282 100644 (file)
@@ -145,15 +145,6 @@ public:
     virtual void SetLabelTop( size_t pos, const wxString& label );
     virtual wxString GetLabelTop( size_t pos ) const;
 
-    // compatibility: these functions are deprecated
-#if WXWIN_COMPATIBILITY
-    void SetEventHandler(wxEvtHandler *handler) { m_eventHandler = handler; }
-    wxEvtHandler *GetEventHandler() { return m_eventHandler; }
-
-    bool Enabled(int id) const { return IsEnabled(id); }
-    bool Checked(int id) const { return IsChecked(id); }
-#endif // WXWIN_COMPATIBILITY
-
     // implementation from now on
     WXHMENU Create();
     virtual void Detach();
@@ -188,10 +179,6 @@ protected:
     // common part of all ctors
     void Init();
 
-#if WXWIN_COMPATIBILITY
-    wxEvtHandler *m_eventHandler;
-#endif // WXWIN_COMPATIBILITY
-
     wxArrayString m_titles;
 
     WXHMENU       m_hMenu;