]> Creatis software - bbtkGEditor.git/blobdiff - lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/wxGEditorTabPanel.h
2396 bbGEditor Feature New Normal Feature Show Tree 2014-06-18 15:29
[bbtkGEditor.git] / lib / EditorGraphicBBS / bbsWxGUIEditorGraphic / wxGEditorTabPanel.h
index dc625a2f55185d379550c07facd2479cf9fc1c1a..9415e26131c12b4031c198593594f402289b4860 100644 (file)
@@ -183,6 +183,8 @@ namespace bbtk
         void SetAuthor(std::string author);
         void SetCategory(std::string category);
         void SetDescription(std::string description);
+                               void SetMessageKind(std::string kind);
+        void SetMessageLevel(std::string level);
         //Getters
         std::string GetFullPath( );
         std::string GetFileName( );
@@ -192,6 +194,8 @@ namespace bbtk
         std::string GetAuthor();
         std::string GetDescription();
         std::string GetCategory();
+                               std::string GetMessageKind();
+        std::string GetMessageLevel();
 
        //=========================================================================