X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=packages%2Fwx%2Fsrc%2FbbwxLayoutLine.h;h=ba0fe17167c2bfc02987fd5e64dbef772b5de64d;hb=621819a771d434be46e3f33c5f76edd1cc7df249;hp=069811e9f544109700443f34fb66386f074af269;hpb=b34cf856c1869c53b175398d26c33d9e12740d5b;p=bbtk.git diff --git a/packages/wx/src/bbwxLayoutLine.h b/packages/wx/src/bbwxLayoutLine.h index 069811e..ba0fe17 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/06/19 09:46:46 $ + Version: $Revision: 1.4 $ 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*); @@ -65,6 +65,7 @@ namespace bbwx void Process(); void CreateWidget(); + void bbUserOnShow(); protected: virtual void bbUserConstructor(); @@ -81,16 +82,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); //=================================================================