#ifndef XFA_FWL_CFWL_COMBOBOX_H_
#define XFA_FWL_CFWL_COMBOBOX_H_
#include "xfa/fgas/graphics/cfgas_gegraphics.h"
#include "xfa/fwl/cfwl_comboedit.h"
#include "xfa/fwl/cfwl_combolist.h"
#include "xfa/fwl/cfwl_listbox.h"
#include "xfa/fwl/cfwl_widget.h"
namespace pdfium {
#define FWL_STYLEEXT_CMB_DropDown …
#define FWL_STYLEEXT_CMB_Sort …
#define FWL_STYLEEXT_CMB_OwnerDraw …
#define FWL_STYLEEXT_CMB_EditHNear …
#define FWL_STYLEEXT_CMB_EditHCenter …
#define FWL_STYLEEXT_CMB_EditVNear …
#define FWL_STYLEEXT_CMB_EditVCenter …
#define FWL_STYLEEXT_CMB_EditVFar …
#define FWL_STYLEEXT_CMB_EditJustified …
#define FWL_STYLEEXT_CMB_EditHAlignMask …
#define FWL_STYLEEXT_CMB_EditVAlignMask …
#define FWL_STYLEEXT_CMB_ListItemLeftAlign …
#define FWL_STYLEEXT_CMB_ListItemCenterAlign …
#define FWL_STYLEEXT_CMB_ListItemAlignMask …
#define FWL_STYLEEXT_CMB_ReadOnly …
class CFWL_ComboBox final : public CFWL_Widget { … };
}
CFWL_ComboBox;
#endif