X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=packages%2Fwx%2Fsrc%2FbbwxSlider.h;h=9c93a7ff5eb997e442f8fbe73d16ae78bbbecb4c;hb=aeafe748c859675cf481bd9e5e5a5afa84a3fa52;hp=a0a090f331a69e49cffaf4ccbff11a0abc358e89;hpb=a26195c366a89795288009cf7e20f11afa494970;p=bbtk.git diff --git a/packages/wx/src/bbwxSlider.h b/packages/wx/src/bbwxSlider.h index a0a090f..9c93a7f 100644 --- a/packages/wx/src/bbwxSlider.h +++ b/packages/wx/src/bbwxSlider.h @@ -3,8 +3,8 @@ Program: bbtk Module: $RCSfile: bbwxSlider.h,v $ Language: C++ - Date: $Date: 2008/01/22 15:02:00 $ - Version: $Revision: 1.1 $ + Date: $Date: 2008/01/28 08:56:02 $ + 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 @@ -67,9 +67,7 @@ namespace bbwx //-------------------------------------------------------------------------- // The widget created by the box - // Its name should be : BOXNAMEWidget - // It should inherit WxBlackBoxWidget or a descendant such as WxBlackBoxWidgetPanel - class SliderWidget : public wxPanel //public bbtk::WxBlackBoxWidgetPanel + class SliderWidget : public wxPanel { public: /// Ctor with the two first params the parent window and the creator box @@ -135,13 +133,12 @@ namespace bbwx BBTK_DECLARE_INPUT(ReactiveOnTrack,int); BBTK_DECLARE_OUTPUT(Out,int); BBTK_PROCESS(Process); + BBTK_CREATE_WIDGET(CreateWidget); void Process(); + void CreateWidget(); protected: virtual void bbUserConstructor(); - - // private: - // virtual bbtk::WxBlackBoxWidget* bbUserCreateWidget(wxWindow *parent); }; //=================================================================