[interfacekit] BSlider::SetLimits

Hey guys, I've got a question for you. Michael Pfeiffer asked me about 
the existence of this little kinda-sorta public API change in BSlider. 
Anyone know about why this is there? Unless I see any good reason not 
to I plan on commenting this out and making Slider.h look more like the 
one in R5 with respect to this. TIA

virtual void                            SetFont(const BFont *font, uint32 
properties = B_FONT_ALL);

#ifdef BEOS_R5_COMPATIBLE
virtual void                            _ReservedSlider4();
#else
virtual void                            SetLimits(int32 minimum, int32 
maximum); // 
Was _ReservedSlider4()
#endif
/*----- Private or reserved -----------------------------------------*/
private:
                void                            _DrawBlockThumb();


--DW

Other related posts: