// Copyright 2021 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_SBBUTTON_H_ #define FPDFSDK_PWL_CPWL_SBBUTTON_H_ #include <memory> #include "fpdfsdk/pwl/cpwl_wnd.h" #include "fpdfsdk/pwl/ipwl_fillernotify.h" class CPWL_SBButton final : public CPWL_Wnd { … }; #endif // FPDFSDK_PWL_CPWL_SBBUTTON_H_