]> git.saurik.com Git - wxWidgets.git/blobdiff - utils/configtool/src/configtoolview.h
renamed netutils.bkl to net.bkl, to simplify bakefile_gen use
[wxWidgets.git] / utils / configtool / src / configtoolview.h
index 02ea972f5b11a43d3d2351253f4ddccf680e592c..85002eedf60ec5e2e9634e83d24fb868d3666b5a 100644 (file)
@@ -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: