X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FcreaImageIOWxGimmickView.h;h=7ea39f2e84b6d054a1c5425c3a742c33c90f9101;hb=refs%2Fheads%2Fvtk8itk5wx3-macos;hp=9e2f359523cfacfad98a36c355cba65a734afb76;hpb=f72f639a852e689919393577e1afd7f1b97f0500;p=creaImageIO.git diff --git a/src/creaImageIOWxGimmickView.h b/src/creaImageIOWxGimmickView.h index 9e2f359..7ea39f2 100644 --- a/src/creaImageIOWxGimmickView.h +++ b/src/creaImageIOWxGimmickView.h @@ -142,7 +142,7 @@ namespace creaImageIO protected: /// Creates the tool bar - void CreateToolBar(); + void CreateToolBar( ); /// Create the tree view for TreeHandler provided /// (overloaded from GimmickView) @@ -157,7 +157,8 @@ namespace creaImageIO /// before everything is ok) bool mConstructed; /// The ToolBar and the tools - wxToolBar *mToolBar; +// wxToolBar *mToolBar; + wxPanel *mToolBar; wxToolBarToolBase *mToolAddFile; wxToolBarToolBase *mToolAddDir; wxToolBarToolBase *mToolRemove; @@ -175,6 +176,8 @@ namespace creaImageIO /// The list of icons wxImageList *mIcon; void CreateIconList(); + void AddBtnTool(wxPanel *panel, wxBoxSizer *sizerH, int id, wxString label, int idBitmap, wxString tooltip ); + boost::shared_ptr mGimmick;