X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2FEditorGraphicBBS%2FbbsWxGUIEditorGraphic%2FwxDiagramPropertiesEditionDialog.h;h=daa9447a2ff951488cb635c2d912657bde655be3;hb=9c270766f2c28346e128543a8b7c24fb7f4f5b85;hp=4e2008e4bd270e7f4bac436c4e8eec82af19f3c9;hpb=567028f33d052a54225024906cce14dc1558162f;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: