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_WINDOW_H
11 #define REFRESH_WINDOW_H
19 class RefreshWindow
: public BWindow
{
21 RefreshWindow(BPoint position
, float current
, float min
, float max
);
23 virtual void MessageReceived(BMessage
* message
);
24 virtual void WindowActivated(bool active
);
27 BSlider
* fRefreshSlider
;
30 #endif // REFRESH_WINDOW_H