X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e776786754b4a54f90873b0f1801ba50f79c2d90..04633c190f5a6eafe607a5712647aaa131522b1f:/utils/configtool/src/configtoolview.h?ds=sidebyside diff --git a/utils/configtool/src/configtoolview.h b/utils/configtool/src/configtoolview.h index 02ea972f5b..287f153523 100644 --- a/utils/configtool/src/configtoolview.h +++ b/utils/configtool/src/configtoolview.h @@ -12,7 +12,7 @@ #ifndef _CT_CONFIGTOOLVIEW_H_ #define _CT_CONFIGTOOLVIEW_H_ -#ifdef __GNUG__ +#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) #pragma interface "configtoolview.cpp" #endif @@ -199,6 +199,14 @@ public: /// Update find text void OnUpdateFind(wxUpdateUIEvent& event); + // Go (now: save setup.h or configurewx.sh. later: invoke configure/make) + + /// Save default file type + void OnGo(wxCommandEvent& event); + + /// Update + void OnUpdateGo(wxUpdateUIEvent& event); + DECLARE_EVENT_TABLE() protected: