X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=packages%2Fwx%2Fsrc%2FbbwxSplit.h;h=cb194450333e2b1a3227e019550fb7bc63ebc896;hb=1319d088810125489e1ec75ee2226892d8dad708;hp=ded5330b5a82f3b4255e2835c74c5ff943c3136b;hpb=a26195c366a89795288009cf7e20f11afa494970;p=bbtk.git diff --git a/packages/wx/src/bbwxSplit.h b/packages/wx/src/bbwxSplit.h index ded5330..cb19445 100644 --- a/packages/wx/src/bbwxSplit.h +++ b/packages/wx/src/bbwxSplit.h @@ -3,8 +3,8 @@ Program: bbtk Module: $RCSfile: bbwxSplit.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 @@ -15,18 +15,14 @@ PURPOSE. See the above copyright notices for more information. =========================================================================*//** - * \brief Short description in one line - * - * Long description which - * can span multiple lines */ /** * \file - * \brief Pattern for the definition of a new type of Node (header) + * \brief Widget which splits a window into two parts */ /** - * \class bbtk::NodePatern - * \brief Pattern for the definition of a new type of Node + * \class bbwx::Split + * \brief Widget which splits a window into two parts */ @@ -86,10 +82,10 @@ namespace bbwx BBTK_DECLARE_INPUT(Orientation,int); BBTK_DECLARE_INPUT(Proportion,int); BBTK_PROCESS(Process); - // BBTK_CREATE_WIDGET(CreateWidget); + BBTK_CREATE_WIDGET(CreateWidget); void Process(); - // void CreateWidget(); + void CreateWidget(); protected: virtual void bbUserConstructor();