2 * Copyright 2009-2012, Haiku, Inc. All Rights Reserved.
3 * Distributed under the terms of the MIT License.
5 #ifndef TOOL_TIP_WINDOW_H
6 #define TOOL_TIP_WINDOW_H
15 class ToolTipWindow
: public BWindow
{
17 ToolTipWindow(BToolTip
* tip
, BPoint where
,
20 virtual void MessageReceived(BMessage
* message
);
27 } // namespace BPrivate
30 #endif // TOOL_TIP_WINDOW_H