]> Creatis software - bbtkGEditor.git/blobdiff - lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/wxDiagramPropertiesEditionDialog.h
#3259 Export Format Python and JavaScript
[bbtkGEditor.git] / lib / EditorGraphicBBS / bbsWxGUIEditorGraphic / wxDiagramPropertiesEditionDialog.h
index 025c79fcbe4e12815eafffd4dbf3e389031c9f2f..348cf7652bdd09627a02c9d80d76181983e0f874 100755 (executable)
@@ -108,17 +108,18 @@ namespace bbtk
                void OnComboBoxSelected(wxCommandEvent& event);
                
        private:
-               wxAuiManager *_dialogAUIMgr;
-               wxPanel *_panel;
-               wxGUIEditorGraphicBBS *_parent;
-               wxTextCtrl *_txtAuthor;
-               wxTextCtrl *_txtCategory;
-               wxTextCtrl *_txtDescription;
-               wxComboBox *_diagramType;
-               wxComboBox *_diagramMessageKind;
-               wxComboBox *_diagramMessageLevel;
-               wxTreeCtrl *_treeBox;
-               NodeTreeC _tree;
+               wxAuiManager            *_dialogAUIMgr;
+               wxPanel                 *_panel;
+               wxGUIEditorGraphicBBS   *_parent;
+               wxTextCtrl              *_txtAuthor;
+               wxTextCtrl              *_txtCategory;
+               wxTextCtrl              *_txtDescription;
+               wxComboBox              *_diagramType;
+               wxComboBox              *_diagramMessageKind;
+               wxComboBox              *_diagramMessageLevel;
+        wxComboBox              *_exportFormatCB;
+               wxTreeCtrl              *_treeBox;
+               NodeTreeC               _tree;
        protected:
 
        };