WindowsView
return new WindowsView(team, location);
WindowsView::WindowsView(team_id team, uint32 location)
WindowsView::~WindowsView()
WindowsView::AttachedToWindow()
WindowsView::MessageReceived(BMessage* message)
WindowsView::_Orientation(uint32 location)
class WindowsView : public BGridView {
WindowsView(team_id team, uint32 location);
virtual ~WindowsView();