#ifndef _CT_CONFIGTOOLVIEW_H_
#define _CT_CONFIGTOOLVIEW_H_
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
-#pragma interface "configtoolview.cpp"
-#endif
-
#include "wx/docview.h"
#include "wx/treectrl.h"
#include "wx/fdrepdlg.h"
{
DECLARE_DYNAMIC_CLASS(ctConfigToolView)
public:
- ctConfigToolView();
- ~ctConfigToolView() {};
-
+ ctConfigToolView(){};
+ ~ctConfigToolView(){};
+
//// Overrides
bool OnCreate(wxDocument *doc, long flags);
// constructors and destructors
ctFindReplaceDialog( wxWindow* parent, const wxString& title,
long style = 0 );
-
+
void OnFind(wxFindDialogEvent& event);
void OnClose(wxFindDialogEvent& event);