2 * Copyright 2001-2006, Haiku.
3 * Distributed under the terms of the MIT License.
7 * Stefano Ceccherini (burton666@libero.it)
8 * Axel Dörfler, axeld@pinc-software.de
10 #ifndef REFRESH_SLIDER_H
11 #define REFRESH_SLIDER_H
17 class RefreshSlider
: public BSlider
{
19 RefreshSlider(BRect frame
, float min
, float max
, uint32 resizingMode
);
20 virtual ~RefreshSlider();
22 virtual void DrawFocusMark();
23 virtual const char* UpdateText() const;
24 virtual void KeyDown(const char* bytes
, int32 numBytes
);
30 #endif // REFRESH_SLIDER_H