libroot/posix/stdio: Remove unused portions.
[haiku.git] / src / apps / resedit / ResListView.h
blob4430390bcc41d1be4d1489cca2f3af1fbf560a96
1 /*
2 * Copyright (c) 2005-2010, Haiku, Inc.
3 * Distributed under the terms of the MIT license.
5 * Author:
6 * DarkWyrm <darkwyrm@gmail.com>
7 */
8 #ifndef RESLISTVIEW_H
9 #define RESLISTVIEW_H
11 #include "ColumnListView.h"
13 class ResListView : public BColumnListView
15 public:
16 ResListView(const BRect &frame, const char *name, int32 resize, int32 flags,
17 border_style border);
18 void MessageDropped(BMessage *msg, BPoint pt);
21 #endif