// Copyright 2014 The PDFium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com #ifndef FPDFSDK_PWL_CPWL_LIST_BOX_H_ #define FPDFSDK_PWL_CPWL_LIST_BOX_H_ #include <memory> #include "core/fxcrt/unowned_ptr.h" #include "fpdfsdk/pwl/cpwl_list_ctrl.h" #include "fpdfsdk/pwl/cpwl_wnd.h" class IPWL_FillerNotify; class CPWL_ListBox : public CPWL_Wnd, public CPWL_ListCtrl::NotifyIface { … }; #endif // FPDFSDK_PWL_CPWL_LIST_BOX_H_