]> git.saurik.com Git - wxWidgets.git/blobdiff - utils/configtool/src/wxconfigtool.h
Resize all top level windows when SIP changes visibility.
[wxWidgets.git] / utils / configtool / src / wxconfigtool.h
index c1afc994f3bf307741a25b3c68934ca70c126518..989c5c3b099115cadfe854338f0ffa24730c1976 100644 (file)
 #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"
@@ -43,7 +40,7 @@ public:
     ctApp();
 
     /// Destructor.
-    ~ctApp();
+    ~ctApp(){};
 
 // Accessors
 
@@ -62,7 +59,7 @@ public:
     /// 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.