Added 'Go' button for quickly saving setup or configure file
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21207 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -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:
|
||||
|
Reference in New Issue
Block a user