]> Creatis software - bbtkGEditor.git/blobdiff - lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/wxGEditorTabPanel.h
#3259 Export Format Python and JavaScript
[bbtkGEditor.git] / lib / EditorGraphicBBS / bbsWxGUIEditorGraphic / wxGEditorTabPanel.h
index 824030ae67ebd5ba6ae327a83fa0120c4f9747bd..8d2bbf59a4b35ec0d3ede92b6d06d02731fc8ba3 100644 (file)
@@ -181,6 +181,7 @@ namespace bbtk
                void SetCbName(std::string cbName);
         void SetCbPackageName(std::string packagename);
         void SetAuthor(std::string author);
+        void SetExportFormat(int exportformat);
         void SetCategory(std::string category);
         void SetDescription(std::string description);
                void SetMessageKind(std::string kind);
@@ -191,6 +192,7 @@ namespace bbtk
         std::string GetCbName();
         std::string GetCbPackageName();
         std::string GetAuthor();
+        int GetExportFormat();
         std::string GetDescription();
         std::string GetCategory();
                std::string GetMessageKind();