]> Creatis software - bbtk.git/blobdiff - packages/wx/src/bbwxSlider.h
key word -> HORIZONTAL VERTICAL TOP RIGHT BOTTM LEFT
[bbtk.git] / packages / wx / src / bbwxSlider.h
index b61f5b9d6a65796406a9d0a699b13f50d96dee55..693df8041b087f855b70e4e334634b95a0ce6d04 100644 (file)
@@ -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,