]> Creatis software - bbtkGEditor.git/blobdiff - lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/wxTabPanelsManager.h
#3259 Export Format Python and JavaScript
[bbtkGEditor.git] / lib / EditorGraphicBBS / bbsWxGUIEditorGraphic / wxTabPanelsManager.h
index 6608c0325995966c8c11cf1c970fa8bee49e361e..f226f95aba6fa086e5e3cb88f281ccd4240b2225 100644 (file)
@@ -139,6 +139,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);
@@ -146,6 +147,7 @@ namespace bbtk
         std::string GetCbName();
         std::string GetCbPackageName();
         std::string GetAuthor();
+        int GetExportFormat();
         std::string GetDescription();
         std::string GetCategory();
                                std::string GetMessageKind();