2 * Copyright 2004-2010, Haiku, Inc. All Rights Reserved.
3 * Distributed under the terms of the MIT License.
6 * Mike Berg <mike@berg-net.us>
7 * Julun <host.haiku@gmx.de>
13 #include <LayoutBuilder.h>
17 class TTimeBaseView
: public BGroupView
{
19 TTimeBaseView(const char* name
);
20 virtual ~TTimeBaseView();
23 virtual void AttachedToWindow();
25 void ChangeTime(BMessage
* message
);
34 #endif // _BASE_VIEW_H