X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=packages%2Fwx%2Fsrc%2FbbwxSlider.h;h=693df8041b087f855b70e4e334634b95a0ce6d04;hb=acec0f7b93efd8318c826ff6b006fde051993c5a;hp=b61f5b9d6a65796406a9d0a699b13f50d96dee55;hpb=57a2a3a3ab4669eda75ee20ef040884d9a54fdac;p=bbtk.git diff --git a/packages/wx/src/bbwxSlider.h b/packages/wx/src/bbwxSlider.h index b61f5b9..693df80 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/06 14:14:24 $ - Version: $Revision: 1.6 $ + Date: $Date: 2008/02/08 14:58:31 $ + Version: $Revision: 1.7 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -128,7 +128,7 @@ namespace bbwx BBTK_DECLARE_INPUT(Max,int); BBTK_DECLARE_INPUT(Label,bool); BBTK_DECLARE_INPUT(Title,std::string); - BBTK_DECLARE_INPUT(Orientation,int); + BBTK_DECLARE_INPUT(Orientation,std::string); BBTK_DECLARE_INPUT(ChangeResolution,bool); BBTK_DECLARE_INPUT(ReactiveOnTrack,int); BBTK_DECLARE_OUTPUT(Out,int); @@ -156,7 +156,7 @@ namespace bbwx BBTK_INPUT(Slider,Title,"Title shown above the slider (default '') ", std::string); BBTK_INPUT(Slider,Orientation, - "Orientation : 0=Horizontal / 1=Vertical (default 0)",int); + "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,