[interfacekit] BSlider::SetLimits
- From: "DarkWyrm" <bpmagic@xxxxxxxxxxxxxxx>
- To: interfacekit@xxxxxxxxxxxxx
- Date: Sun, 28 Nov 2004 21:18:57 -0500 EST
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
- Follow-Ups:
- [interfacekit] Re: BSlider::SetLimits
- From: Axel Dörfler
Other related posts:
- » [interfacekit] BSlider::SetLimits
- » [interfacekit] Re: BSlider::SetLimits
- » [interfacekit] Re: BSlider::SetLimits
- » [interfacekit] Re: BSlider::SetLimits
- » [interfacekit] Re: BSlider::SetLimits
- [interfacekit] Re: BSlider::SetLimits
- From: Axel Dörfler