X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;ds=sidebyside;f=src%2Fviews.h;h=1457e8431b7a598328aa0e78682240bb81498f26;hb=c551b53b39a7571cf52831f5e117be1cca95c420;hp=d06ffa38f4fedf3dc7c61a9a3024e876d340ee8a;hpb=f7d2b7144f32a7bd157b7689022e62944b82fcc1;p=ctsim.git diff --git a/src/views.h b/src/views.h index d06ffa3..1457e84 100644 --- a/src/views.h +++ b/src/views.h @@ -9,7 +9,7 @@ ** This is part of the CTSim program ** Copyright (C) 1983-2000 Kevin Rosenberg ** -** $Id: views.h,v 1.15 2000/12/21 03:40:58 kevin Exp $ +** $Id: views.h,v 1.16 2000/12/22 04:18:00 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 @@ -68,8 +68,10 @@ public: void OnCompare (wxCommandEvent& event); void OnScaleAuto (wxCommandEvent& event); void OnScaleMinMax (wxCommandEvent& event); - void OnPlotRow (wxCommandEvent& event); - void OnPlotCol (wxCommandEvent& event); + void OnPlotRow (wxCommandEvent& event); + void OnPlotCol (wxCommandEvent& event); + void OnCompareRow (wxCommandEvent& event); + void OnCompareCol (wxCommandEvent& event); wxFrame* getFrame() { return m_frame; }