]> Creatis software - bbtkGEditor.git/blobdiff - lib/EditorGraphicBBS/bbsKernelEditorGraphic/GlobalConstants.h
It saves the diagram and it was added the icon to open a file ..... Now it is necessa...
[bbtkGEditor.git] / lib / EditorGraphicBBS / bbsKernelEditorGraphic / GlobalConstants.h
index f9319af848bf0a5e6ab194cc7ae375436217f85d..7949d5bab16a1588e2fadb2fced661915a609fd4 100644 (file)
@@ -132,6 +132,12 @@ namespace bbtk
        const double BOXTEXT_SELECTED_B=0.05;
 
        // Id's
+       const int ID_NEW = 1000;
+       const int ID_SAVE = 1001;
+       const int ID_OPEN = 1002;
+       const int ID_RUN = 1003;
+       const int ID_DELETEALL = 1004;
+       const int ID_CENTERVIEW = 1005;
 }
 // namespace bbtk
 #endif