X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=packages%2Fwx%2Fsrc%2FbbwxSlider.h;h=5d4d445831b95b192fbbef288e092f8f59742402;hb=8b08a96679e9c6f02040a3fbec3714e674884bfd;hp=693df8041b087f855b70e4e334634b95a0ce6d04;hpb=acec0f7b93efd8318c826ff6b006fde051993c5a;p=bbtk.git diff --git a/packages/wx/src/bbwxSlider.h b/packages/wx/src/bbwxSlider.h index 693df80..5d4d445 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/02/08 14:58:31 $ - Version: $Revision: 1.7 $ + Date: $Date: 2008/02/13 15:09:38 $ + Version: $Revision: 1.9 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -31,10 +31,8 @@ * \brief */ - #ifdef _USE_WXWIDGETS_ - // Prevents multiple inclusions : use symbols of the form // __FILENAME_INCLUDED__ // where FILENAME must be replaced by the actual file name @@ -52,18 +50,9 @@ namespace bbwx { - - - - - //-------------------------------------------------------------------------- // Forward declaration of the box class Slider; - //-------------------------------------------------------------------------- - - - //-------------------------------------------------------------------------- // The widget created by the box @@ -153,14 +142,10 @@ namespace bbwx BBTK_INPUT(Slider,Min,"Minimum value of the slider (default 0)",int); BBTK_INPUT(Slider,Max,"Maximum value of the slider (default 500)",int); BBTK_INPUT(Slider,Label,"Show slider labels ? (default FALSE) ",bool); - BBTK_INPUT(Slider,Title,"Title shown above the slider (default '') ", - std::string); - BBTK_INPUT(Slider,Orientation, - "Orientation : (default H) 0=H=HORIZONTAL, 1=V=VERTICAL ",std::string); - BBTK_INPUT(Slider,ChangeResolution, - "Can the user change the resolution of the slider ? (default FALSE) ",bool); - BBTK_INPUT(Slider,ReactiveOnTrack, - "Slider sends info when track moves (default 0 = no)",int); + BBTK_INPUT(Slider,Title,"Title shown above the slider (default '') ", std::string); + BBTK_INPUT(Slider,Orientation, "Orientation : (default H) 0=H=HORIZONTAL, 1=V=VERTICAL ",std::string); + BBTK_INPUT(Slider,ChangeResolution, "Can the user change the resolution of the slider ? (default FALSE) ",bool); + BBTK_INPUT(Slider,ReactiveOnTrack, "Slider sends info when track moves (default 0 = no)",int); BBTK_OUTPUT(Slider,Out,"Current position of the slider",int); BBTK_END_DESCRIBE_BLACK_BOX(Slider); //=================================================================