X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=packages%2Fwx%2Fsrc%2FbbwxLayoutLine.h;h=952941dc8449305b9245dc2810992e994a7c5e73;hb=d7fb51b4b79c28f4c70137f12db8cfe9ea7f87b8;hp=069811e9f544109700443f34fb66386f074af269;hpb=b34cf856c1869c53b175398d26c33d9e12740d5b;p=bbtk.git diff --git a/packages/wx/src/bbwxLayoutLine.h b/packages/wx/src/bbwxLayoutLine.h index 069811e..952941d 100644 --- a/packages/wx/src/bbwxLayoutLine.h +++ b/packages/wx/src/bbwxLayoutLine.h @@ -3,8 +3,8 @@ Program: bbtk Module: $RCSfile: bbwxLayoutLine.h,v $ Language: C++ - Date: $Date: 2008/02/15 12:19:58 $ - 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*/ LayoutLine : public bbtk::WxBlackBox { - BBTK_USER_BLACK_BOX_INTERFACE(LayoutLine,bbtk::WxBlackBox); + BBTK_BLACK_BOX_INTERFACE(LayoutLine,bbtk::WxBlackBox); BBTK_DECLARE_INPUT(Widget1,wxWindow*); BBTK_DECLARE_INPUT(Widget2,wxWindow*); BBTK_DECLARE_INPUT(Widget3,wxWindow*); @@ -81,16 +81,16 @@ namespace bbwx BBTK_DESCRIPTION("LayoutLine widget (wxBoxSizer)"); // Already inserted for any WxBlackBox BBTK_CATEGORY("widget"); - BBTK_INPUT(LayoutLine,Widget1,"widget 1",wxWindow*); - BBTK_INPUT(LayoutLine,Widget2,"widget 2",wxWindow*); - BBTK_INPUT(LayoutLine,Widget3,"widget 3",wxWindow*); - BBTK_INPUT(LayoutLine,Widget4,"widget 4",wxWindow*); - BBTK_INPUT(LayoutLine,Widget5,"widget 5",wxWindow*); - BBTK_INPUT(LayoutLine,Widget6,"widget 6",wxWindow*); - BBTK_INPUT(LayoutLine,Widget7,"widget 7",wxWindow*); - BBTK_INPUT(LayoutLine,Widget8,"widget 8",wxWindow*); - BBTK_INPUT(LayoutLine,Widget9,"widget 9",wxWindow*); - BBTK_INPUT(LayoutLine,Orientation,"Orientation (default V), 0=H=HORIZONTAL , 1=V=VERTICAL",std::string); + BBTK_INPUT(LayoutLine,Widget1,"widget 1",wxWindow*,""); + BBTK_INPUT(LayoutLine,Widget2,"widget 2",wxWindow*,""); + BBTK_INPUT(LayoutLine,Widget3,"widget 3",wxWindow*,""); + BBTK_INPUT(LayoutLine,Widget4,"widget 4",wxWindow*,""); + BBTK_INPUT(LayoutLine,Widget5,"widget 5",wxWindow*,""); + BBTK_INPUT(LayoutLine,Widget6,"widget 6",wxWindow*,""); + BBTK_INPUT(LayoutLine,Widget7,"widget 7",wxWindow*,""); + BBTK_INPUT(LayoutLine,Widget8,"widget 8",wxWindow*,""); + BBTK_INPUT(LayoutLine,Widget9,"widget 9",wxWindow*,""); + BBTK_INPUT(LayoutLine,Orientation,"Orientation (default V), 0=H=HORIZONTAL , 1=V=VERTICAL",std::string,""); BBTK_END_DESCRIBE_BLACK_BOX(LayoutLine); //=================================================================