2 * Copyright 2001-2005, Haiku.
3 * Distributed under the terms of the MIT License.
7 * Stefano Ceccherini (burton666@libero.it)
8 * Axel Dörfler, axeld@pinc-software.de
21 class AlertView
: public BView
{
23 AlertView(BRect frame
, const char* name
);
25 virtual void AttachedToWindow();
26 virtual void Draw(BRect updateRect
);
28 virtual void KeyDown(const char* bytes
, int32 numBytes
);
31 void UpdateCountdownView();
34 BStringView
* fCountdownView
;
39 #endif /* ALERT_VIEW_H */