2 * Copyright 2015 Haiku, Inc. All rights reserved.
3 * Distributed under the terms of the MIT License.
11 #include <ColumnTypes.h>
15 class PopUpColumn
: public BStringColumn
{
17 PopUpColumn(BPopUpMenu
* menu
, const char* name
,
18 float width
, float minWidth
, float maxWidth
,
19 uint32 truncate
, bool editable
= false,
20 bool cycle
= false, int cycleInit
= 0,
21 alignment align
= B_ALIGN_LEFT
);
22 virtual ~PopUpColumn();
24 void MouseDown(BColumnListView
* parent
, BRow
* row
,
25 BField
* field
, BRect fieldRect
, BPoint point
,
35 #endif // POPUPCOLUMN_H