2 * Copyright 2016 Haiku, Inc. All rights reserved.
3 * Distributed under the terms of the MIT License.
6 * John Scipione, jscipione@gmail.com
8 #ifndef COLORWHICH_LIST_VIEW_H
9 #define COLORWHICH_LIST_VIEW_H
15 class ColorWhichListView
: public BListView
18 ColorWhichListView(const char* name
,
20 = B_SINGLE_SELECTION_LIST
,
21 uint32 flags
= B_WILL_DRAW
22 | B_FRAME_EVENTS
| B_NAVIGABLE
);
23 virtual ~ColorWhichListView();
25 virtual bool InitiateDrag(BPoint where
, int32 index
,
29 #endif // COLORWHICH_LIST_VIEW_H