// @(#)root/gpad:$Id$ // Author: Rene Brun 23/11/96 /************************************************************************* * Copyright (C) 1995-2021, Rene Brun and Fons Rademakers. * * All rights reserved. * * * * For the licensing terms see $ROOTSYS/LICENSE. * * For the list of contributors see $ROOTSYS/README/CREDITS. * *************************************************************************/ #ifndef ROOT_TSlider #define ROOT_TSlider #include "TPad.h" class TSlider : public TPad { protected: Double_t fMinimum{0}; ///< Slider minimum value in [0,1] Double_t fMaximum{1}; ///< Slider maximum value in [0,1] TObject *fObject{nullptr}; ///