2 * Copyright 2011, Axel Dörfler, axeld@pinc-software.de.
3 * Distributed under the terms of the MIT License.
12 class PanelWindow
: public BWindow
{
14 PanelWindow(uint32 location
, uint32 which
,
16 virtual ~PanelWindow();
18 virtual void MessageReceived(BMessage
* message
);
21 BView
* _ViewFor(uint32 location
, uint32 which
,
23 void _UpdateShowState(uint32 how
);
32 #endif // PANEL_WINDOW_H