]> git.saurik.com Git - wxWidgets.git/blobdiff - utils/configtool/src/wxconfigtool.h
wxMac can do wxMetaFileDC now
[wxWidgets.git] / utils / configtool / src / wxconfigtool.h
index 72ed69e763f5ac97224cbb999de9864bee538bdd..130bfbeaadff16f9b07f08214ab00a8894a4b7c9 100644 (file)
@@ -12,7 +12,7 @@
 #ifndef _AP_WXCONFIGTOOL_H_
 #define _AP_WXCONFIGTOOL_H_
 
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
 #pragma interface "wxconfigtool.cpp"
 #endif
 
@@ -99,12 +99,6 @@ protected:
     /// The application directory.
     wxString                m_appDir;
 
-    /// Global print data, to remember settings during the session.
-    wxPrintData             m_printData;
-
-    /// Global page setup data.
-    wxPageSetupDialogData   m_pageSetupData;
-
     /// Notebook window.
     wxNotebook*             m_notebookWindow;
 
@@ -136,6 +130,7 @@ DECLARE_APP(ctApp)
 // File menu ids
 #define ctID_SAVE_SETUP_FILE                1001
 #define ctID_SAVE_CONFIGURE_COMMAND         1002
+#define ctID_GO                             1003
 
 // Edit menu ids
 #define ctID_ADD_ITEM                       1030