r301: *** empty log message ***
[ctsim.git] / src / views.h
index 08fd7a8fbce9539016abf7027a9b9b51b6859d73..9fb14a1bb3dcd8038252cf20b7ffeeadbd277c68 100644 (file)
@@ -9,7 +9,7 @@
 **  This is part of the CTSim program
 **  Copyright (C) 1983-2000 Kevin Rosenberg
 **
-**  $Id: views.h,v 1.10 2000/09/04 09:06:46 kevin Exp $
+**  $Id: views.h,v 1.11 2000/12/18 09:31:26 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
@@ -67,6 +67,9 @@ public:
     void OnProperties (wxCommandEvent& event);
     void OnScaleAuto (wxCommandEvent& event);
     void OnScaleMinMax (wxCommandEvent& event);
+\r
+       wxFrame* getFrame()\r
+       { return m_frame; }\r
 
     ImageFileDocument* GetDocument(void) 
        { return dynamic_cast<ImageFileDocument*>(wxView::GetDocument()); }
@@ -124,6 +127,9 @@ public:
     bool OnClose (bool deleteWindow = true);
     void OnProperties (wxCommandEvent& event);
     void OnReconstruct (wxCommandEvent& event);
+\r
+       wxFrame* getFrame ()\r
+       { return m_frame; }\r
 
     ProjectionFileDocument* GetDocument(void) 
        { return dynamic_cast<ProjectionFileDocument*>(wxView::GetDocument()); }