2 * Copyright (c) 2008 Stephan Aßmus <superstippi@gmx.de>. All rights reserved.
3 * Distributed under the terms of the MIT/X11 license.
5 * Copyright (c) 1999 Mike Steed. You are free to use and distribute this software
6 * as long as it is accompanied by it's documentation and this copyright notice.
7 * The software comes with no warranty, etc.
18 class LeftView
: public BView
{
20 LeftView(BRect frame
, BBitmap
* icon
);
23 virtual void Draw(BRect updateRect
);
30 class InfoWin
: public BWindow
{
32 InfoWin(BPoint location
, FileInfo
* info
,
37 #endif // INFO_WINDOW_H