Removed most of the propgrid '#ifndef SWIG' pre-compiler conditions

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@63458 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Jaakko Salli
2010-02-10 16:45:39 +00:00
parent a2837c3c43
commit ec3cce5a29
9 changed files with 25 additions and 187 deletions

View File

@@ -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
};
// -----------------------------------------------------------------------