#include "wx/button.h"
#include "wx/textctrl.h"
#include "wx/dialog.h"
-#include <wx/headerctrl.h>
+#include "wx/headerctrl.h"
// -----------------------------------------------------------------------
*/
wxString m_label;
-#ifndef SWIG
-
//virtual bool ProcessEvent( wxEvent& event );
wxPropertyGridManager* m_manager;
private:
bool m_isDefault; // is this base page object?
-private:
DECLARE_EVENT_TABLE()
-#endif
};
// -----------------------------------------------------------------------
virtual void SetWindowStyleFlag ( long style );
virtual bool Reparent( wxWindowBase *newParent );
-#ifndef SWIG
-
protected:
virtual wxSize DoGetBestSize() const;
private:
DECLARE_EVENT_TABLE()
-#endif // #ifndef SWIG
};
// -----------------------------------------------------------------------