2 * Copyright 2004-2005, Haiku, Inc. All Rights Reserved.
3 * Distributed under the terms of the MIT License.
8 #ifndef BOTTOMLINE_WINDOW_H
9 #define BOTTOMLINE_WINDOW_H
12 #include "InputServer.h"
20 class BottomlineWindow
: public BWindow
{
23 virtual ~BottomlineWindow();
25 virtual void MessageReceived(BMessage
* message
);
26 virtual bool QuitRequested();
28 void HandleInputMethodEvent(BMessage
* event
, EventList
& newEvents
);
34 #endif // BOTTOMLINE_WINDOW_H