#ifndef XFA_FWL_CFWL_LISTBOX_H_
#define XFA_FWL_CFWL_LISTBOX_H_
#include <memory>
#include <vector>
#include "core/fxcrt/unowned_ptr.h"
#include "xfa/fwl/cfwl_edit.h"
#include "xfa/fwl/cfwl_event.h"
#include "xfa/fwl/cfwl_listbox.h"
#include "xfa/fwl/cfwl_widget.h"
#include "xfa/fwl/fwl_widgetdef.h"
namespace pdfium {
#define FWL_STYLEEXT_LTB_MultiSelection …
#define FWL_STYLEEXT_LTB_LeftAlign …
#define FWL_STYLEEXT_LTB_CenterAlign …
#define FWL_STYLEEXT_LTB_RightAlign …
#define FWL_STYLEEXT_LTB_AlignMask …
#define FWL_STYLEEXT_LTB_ShowScrollBarFocus …
class CFWL_MessageMouse;
class CFWL_MessageMouseWheel;
class CFWL_ListBox : public CFWL_Widget { … };
}
CFWL_ListBox;
#endif