X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2FEditorGraphicBBS%2FbbsWxGUIEditorGraphic%2FwxDiagramPropertiesEditionDialog.h;h=daa9447a2ff951488cb635c2d912657bde655be3;hb=40f10d74bf1374ff15b4c70409616ea4ee9564c7;hp=4e2008e4bd270e7f4bac436c4e8eec82af19f3c9;hpb=95e01f9f2f29e0695194613b0068b2a06591306f;p=bbtkGEditor.git diff --git a/lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/wxDiagramPropertiesEditionDialog.h b/lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/wxDiagramPropertiesEditionDialog.h index 4e2008e..daa9447 100755 --- a/lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/wxDiagramPropertiesEditionDialog.h +++ b/lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/wxDiagramPropertiesEditionDialog.h @@ -51,6 +51,7 @@ Version: $Revision$ //Includes wxWidgets #include #include +#include //Includes creaMaracasVisu @@ -76,6 +77,7 @@ namespace bbtk void onClickOk(wxCommandEvent& event); void onClickClose(wxCommandEvent& event); + void OnComboBoxSelected(wxCommandEvent& event); private: wxAuiManager *_dialogAUIMgr; @@ -84,7 +86,7 @@ namespace bbtk wxTextCtrl *_txtAuthor; wxTextCtrl *_txtCategory; wxTextCtrl *_txtDescription; - + wxComboBox *_diagramType; protected: