2 * Copyright 1999, Be Incorporated. All Rights Reserved.
3 * This file may be used under the terms of the Be Sample Code License.
6 #ifndef _CLOCK_WINDOW_H
7 #define _CLOCK_WINDOW_H
16 class TClockWindow
: public BWindow
{
18 TClockWindow(BRect rect
, const char* name
);
19 virtual ~TClockWindow();
21 virtual bool QuitRequested();
27 TOnscreenView
*fOnScreenView
;
30 #endif // _CLOCK_WINDOW_H