r632: Added Clipboard functions to image files
[ctsim.git] / src / ctsim.h
index 9ca514c855a298103492e261e826429bcc0a498d..ef100ad474a3ba13b1fdc8404b5ed2f90fa21389 100644 (file)
@@ -9,7 +9,7 @@
 **  This is part of the CTSim program
 **  Copyright (c) 1983-2001 Kevin Rosenberg
 **
-**  $Id: ctsim.h,v 1.57 2001/03/11 06:34:37 kevin Exp $
+**  $Id: ctsim.h,v 1.58 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
@@ -315,7 +315,11 @@ enum {
     
     IFMENU_FILE_EXPORT,
     IFMENU_FILE_PROPERTIES,
-    
+
+    IFMENU_EDIT_COPY,
+    IFMENU_EDIT_CUT,
+    IFMENU_EDIT_PASTE,
+
     IFMENU_PLOT_ROW,
     IFMENU_PLOT_COL,
     IFMENU_PLOT_FFT_ROW,