X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;ds=sidebyside;f=src%2Fviews.h;fp=src%2Fviews.h;h=9aca9648cc4565f8a58cb96e4fe0777eeb284563;hb=08c1ec110dc7936c2bbd1c619bd2cf3618c6b4cc;hp=1946806bb878dc9fa22972dea056f6df582405f8;hpb=de411914da8b157958e9caae917bf1edeafbb713;p=ctsim.git diff --git a/src/views.h b/src/views.h index 1946806..9aca964 100644 --- a/src/views.h +++ b/src/views.h @@ -9,7 +9,7 @@ ** This is part of the CTSim program ** Copyright (c) 1983-2001 Kevin Rosenberg ** -** $Id: views.h,v 1.49 2001/03/11 06:34:37 kevin Exp $ +** $Id: views.h,v 1.50 2001/03/11 17:55:29 kevin Exp $ ** ** This program is free software; you can redistribute it and/or modify ** it under the terms of the GNU General Public License (version 2) as @@ -91,6 +91,10 @@ public: void OnUpdate(wxView *sender, wxObject *hint = NULL); bool OnClose (bool deleteWindow = true); + void OnEditCopy (wxCommandEvent& event); + void OnEditCut (wxCommandEvent& event); + void OnEditPaste (wxCommandEvent& event); + void OnRevert (wxCommandEvent& event); void OnExport (wxCommandEvent& event); void OnProperties (wxCommandEvent& event);