X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=packages%2Fwx%2Fsrc%2FbbwxSlider.cxx;h=adb884da0dabb4f671b06ddc7342b3a3b615e805;hb=a35973b128a2f7130b619a2a11a35cfd418b21b6;hp=16192ccb0dd0c74d94322d440f14057ebac73044;hpb=5ecfbf82eea9a965a11ae9f47377ad900b7253b7;p=bbtk.git diff --git a/packages/wx/src/bbwxSlider.cxx b/packages/wx/src/bbwxSlider.cxx index 16192cc..adb884d 100644 --- a/packages/wx/src/bbwxSlider.cxx +++ b/packages/wx/src/bbwxSlider.cxx @@ -2,8 +2,8 @@ Program: bbtk Module: $RCSfile: bbwxSlider.cxx,v $ Language: C++ - Date: $Date: 2009/03/19 08:08:14 $ - Version: $Revision: 1.20 $ + Date: $Date: 2009/03/30 14:42:28 $ + Version: $Revision: 1.21 $ =========================================================================*/ /* --------------------------------------------------------------------- @@ -74,6 +74,7 @@ namespace bbwx void OnResolutionOfSlider(wxScrollEvent& event); // Accessors + void SetValue(int v) { mwxSlider->SetValue(v); } int GetValue() { return mwxSlider->GetValue(); } void SetRange(int min, int max); // Update the texts which display the min/max/current values of the slider @@ -412,7 +413,15 @@ namespace bbwx //-------------------------------------------------------------------------- void Slider::Process() { + bbtkDebugMessage("process",3, + "Slider "<