X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=packages%2Fwx%2Fsrc%2FbbwxLayoutTab.h;h=5049b9b2ab3d259b3a47949e7c94693920b8ce69;hb=d7fb51b4b79c28f4c70137f12db8cfe9ea7f87b8;hp=ed3cd476dc8b41ce5ddd2644bd636280dcca862f;hpb=b1e652b50fd57dc8d52560a84211d3f9a02fbaf5;p=bbtk.git diff --git a/packages/wx/src/bbwxLayoutTab.h b/packages/wx/src/bbwxLayoutTab.h index ed3cd47..5049b9b 100644 --- a/packages/wx/src/bbwxLayoutTab.h +++ b/packages/wx/src/bbwxLayoutTab.h @@ -3,8 +3,8 @@ Program: bbtk Module: $RCSfile: bbwxLayoutTab.h,v $ Language: C++ - Date: $Date: 2008/02/19 18:31:36 $ - Version: $Revision: 1.1 $ + Date: $Date: 2008/04/18 12:59:53 $ + Version: $Revision: 1.3 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -49,7 +49,7 @@ namespace bbwx class /*BBTK_EXPORT*/ LayoutTab : public bbtk::WxBlackBox { - BBTK_USER_BLACK_BOX_INTERFACE(LayoutTab,bbtk::WxBlackBox); + BBTK_BLACK_BOX_INTERFACE(LayoutTab,bbtk::WxBlackBox); BBTK_DECLARE_INPUT(Widget1,wxWindow*); BBTK_DECLARE_INPUT(Widget2,wxWindow*); BBTK_DECLARE_INPUT(Widget3,wxWindow*); @@ -80,16 +80,18 @@ namespace bbwx BBTK_AUTHOR("eduardo.davila@creatis.insa-lyon.fr"); BBTK_DESCRIPTION("LayoutTab widget (wxNotebook)"); // Already inserted for any WxBlackBox BBTK_CATEGORY("widget"); - BBTK_INPUT(LayoutTab,Widget1,"widget 1",wxWindow*); - BBTK_INPUT(LayoutTab,Widget2,"widget 2",wxWindow*); - BBTK_INPUT(LayoutTab,Widget3,"widget 3",wxWindow*); - BBTK_INPUT(LayoutTab,Widget4,"widget 4",wxWindow*); - BBTK_INPUT(LayoutTab,Widget5,"widget 5",wxWindow*); - BBTK_INPUT(LayoutTab,Widget6,"widget 6",wxWindow*); - BBTK_INPUT(LayoutTab,Widget7,"widget 7",wxWindow*); - BBTK_INPUT(LayoutTab,Widget8,"widget 8",wxWindow*); - BBTK_INPUT(LayoutTab,Widget9,"widget 9",wxWindow*); - BBTK_INPUT(LayoutTab,Orientation,"Orientation (default T), 0=T=TOP , 1=R=RIGHT , 2=B=BOTTON , 3=L=LEFT " ,std::string); + BBTK_INPUT(LayoutTab,Widget1,"widget 1",wxWindow*,""); + BBTK_INPUT(LayoutTab,Widget2,"widget 2",wxWindow*,""); + BBTK_INPUT(LayoutTab,Widget3,"widget 3",wxWindow*,""); + BBTK_INPUT(LayoutTab,Widget4,"widget 4",wxWindow*,""); + BBTK_INPUT(LayoutTab,Widget5,"widget 5",wxWindow*,""); + BBTK_INPUT(LayoutTab,Widget6,"widget 6",wxWindow*,""); + BBTK_INPUT(LayoutTab,Widget7,"widget 7",wxWindow*,""); + BBTK_INPUT(LayoutTab,Widget8,"widget 8",wxWindow*,""); + BBTK_INPUT(LayoutTab,Widget9,"widget 9",wxWindow*,""); + BBTK_INPUT(LayoutTab,Orientation, + "Orientation (default T), 0=T=TOP , 1=R=RIGHT , 2=B=BOTTON , 3=L=LEFT " + ,std::string,""); BBTK_END_DESCRIBE_BLACK_BOX(LayoutTab); //=================================================================