#ifndef _AP_WXCONFIGTOOL_H_
#define _AP_WXCONFIGTOOL_H_
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
-#pragma interface "wxconfigtool.cpp"
-#endif
-
#include "wx/docview.h"
#include "wx/help.h"
+#include "wx/app.h"
#ifdef __WXMSW__
#include "wx/msw/helpchm.h"
ctApp();
/// Destructor.
- ~ctApp();
+ ~ctApp(){};
// Accessors
/// Returns the notebook window.
wxNotebook* GetNotebookWindow() { return m_notebookWindow; }
- /// Returns TRUE if the application should show tooltips.
+ /// Returns true if the application should show tooltips.
virtual bool UsingTooltips();
/// Returns the help controller object for the manual.