2 * Copyright 2011, Axel Dörfler, axeld@pinc-software.de.
3 * Distributed under the terms of the MIT License.
15 class WindowsView
: public BGridView
{
17 WindowsView(team_id team
, uint32 location
);
18 virtual ~WindowsView();
21 virtual void AttachedToWindow();
22 virtual void MessageReceived(BMessage
* message
);
25 orientation
_Orientation(uint32 location
);
28 GroupListView
* fListView
;
32 #endif // WINDOWS_VIEW_H