X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ba2279bbef3df929e29a66533f000bfcf5d1ac09..f30bd8f2620617ebbd1fd96d00a6fda514ceeb64:/include/wx/propgrid/manager.h?ds=sidebyside diff --git a/include/wx/propgrid/manager.h b/include/wx/propgrid/manager.h index bfc3e6cdf8..e5e40029ca 100644 --- a/include/wx/propgrid/manager.h +++ b/include/wx/propgrid/manager.h @@ -170,8 +170,6 @@ protected: */ wxString m_label; -#ifndef SWIG - //virtual bool ProcessEvent( wxEvent& event ); wxPropertyGridManager* m_manager; @@ -181,9 +179,7 @@ protected: private: bool m_isDefault; // is this base page object? -private: DECLARE_EVENT_TABLE() -#endif }; // ----------------------------------------------------------------------- @@ -639,8 +635,6 @@ public: virtual void SetWindowStyleFlag ( long style ); virtual bool Reparent( wxWindowBase *newParent ); -#ifndef SWIG - protected: virtual wxSize DoGetBestSize() const; @@ -748,7 +742,6 @@ protected: private: DECLARE_EVENT_TABLE() -#endif // #ifndef SWIG }; // -----------------------------------------------------------------------