]> Creatis software - bbtkGEditor.git/blobdiff - lib/EditorGraphicBBS/bbsKernelEditorGraphic/GlobalConstants.h
Actual Version : It is possible to define, to create and to save a complex box ....
[bbtkGEditor.git] / lib / EditorGraphicBBS / bbsKernelEditorGraphic / GlobalConstants.h
index 9db8bf006af3dd31a1f110e0ed356c2f8d20c7c5..8aa719542ee0b36f3619a466fa363ebaeaa5a6af 100644 (file)
@@ -153,7 +153,7 @@ namespace bbtk
 
        // Id's
        const int ID_NEW                                                =       1000;
-       const int ID_SAVE                                               =       1001;
+       const int ID_SAVE_AS_DIAGRAM                    =       1001;
        const int ID_OPEN                                               =       1002;
        const int ID_RUN                                                =       1003;
        const int ID_DELETEALL                                  =       1004;
@@ -161,8 +161,10 @@ namespace bbtk
        const int ID_BTNCOMPLEXBOX                              =       1006;
        const int ID_ADDCOMPLEXBOXINPUT                 =       1007;
        const int ID_ADDCOMPLEXBOXOUTPUT                =       1008;
+       const int ID_SAVE_AS_BBS                                =       1009;
+       const int ID_SAVE_AS_COMPLEXBOX                 =       1010;
 
-       const int wxID_NOTEBOOK                                 =       1010;
+       const int wxID_NOTEBOOK                                 =       1012;
 }
 // namespace bbtk
 #endif