]> Creatis software - bbtkGEditor.git/blobdiff - lib/EditorGraphicBBS/bbsKernelEditorGraphic/GlobalConstants.h
Bug #1365,
[bbtkGEditor.git] / lib / EditorGraphicBBS / bbsKernelEditorGraphic / GlobalConstants.h
index 8cb03faa83ac881d753e8c591b28e2e416bf3cb1..4fc859731c57bb9c9cd1419cd8ee9c9d394a9be8 100644 (file)
@@ -176,9 +176,20 @@ namespace bbtk
        const int ID_COPY_TO_COMPLEXDIAGRAM             =       1012;
        const int ID_BTNBOX                                             =       1013;
        const int ID_HELP_BBEDITOR                              =       1014;
-
-
-       const int wxID_NOTEBOOK                                 =       1013;
+       const int ID_BTEXECUTABLEBOX                    =       1016; // EED
+       
+       const int wxID_NOTEBOOK                                 =       1017;  // EED updated
+       
+       const int ID_bbEditor_Tool_Menu_CreatePackage   =       1018;  // EED
+       const int ID_bbEditor_Tool_Menu_CreateBlackBox          =       1019;  // EED
+       const int ID_bbEditor_Tool_Menu_PlugPackage                     =       1020;  // EED
+       const int ID_bbEditor_Tool_Menu_EditConfig                      =       1021;  // EED
+       const int ID_bbEditor_Tool_Menu_ShowHTMLDoc                     =       1022;  // EED
+       const int ID_bbEditor_Tool_Menu_CreateIndex                     =       1023;  // EED
+       
+       const int ID_UNDO                                                                       =       1024;  // FCY
+       const int ID_REDO                                                                       =       1025;  // FCY
+       const int ID_CHANGENAME                                                         =   1026;
 }
 // namespace bbtk
 #endif