X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;ds=sidebyside;f=appli%2FwxContourGUIExample%2FwxContourGUIExample.h;h=ca18f238fa093c728b3c740174b3dbde8122fa61;hb=6845cec6ae737963ac13903041ed1e543421e1df;hp=b61ccb6858d57d1605125290bbfbbc617dae00d9;hpb=192dfdf774a06066eff90e9c50916723c8592706;p=creaContours.git diff --git a/appli/wxContourGUIExample/wxContourGUIExample.h b/appli/wxContourGUIExample/wxContourGUIExample.h index b61ccb6..ca18f23 100644 --- a/appli/wxContourGUIExample/wxContourGUIExample.h +++ b/appli/wxContourGUIExample/wxContourGUIExample.h @@ -18,11 +18,14 @@ #include #include "wxContourMainFrame.h" +/* +eed class wxContourGUIExample : public wxFrame { public: - wxContourGUIExample/*(wxWindow *parent,wxString title);*/(const wxString& title, const wxPoint& pos, const wxSize& size); +// wxContourGUIExample(wxWindow *parent,wxString title); + wxContourGUIExample(const wxString& title, const wxPoint& pos, const wxSize& size); void OnBtnRun(wxCommandEvent& event); @@ -35,7 +38,7 @@ private: //DECLARE_CLASS(wxContourGUIExample) }; - +*/ class wxTheApplication : public wxApp {