Make UEFI boot-platform build again
[haiku.git] / headers / private / interface / ToolTipWindow.h
blob22f8226248ffdf143dc568a1f2e06c59f4a146df
1 /*
2 * Copyright 2009-2012, Haiku, Inc. All Rights Reserved.
3 * Distributed under the terms of the MIT License.
4 */
5 #ifndef TOOL_TIP_WINDOW_H
6 #define TOOL_TIP_WINDOW_H
9 #include <Window.h>
12 namespace BPrivate {
15 class ToolTipWindow : public BWindow {
16 public:
17 ToolTipWindow(BToolTip* tip, BPoint where,
18 void* owner);
20 virtual void MessageReceived(BMessage* message);
22 private:
23 void* fOwner;
27 } // namespace BPrivate
30 #endif // TOOL_TIP_WINDOW_H