// 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 XFA_FWL_CFWL_PUSHBUTTON_H_ #define XFA_FWL_CFWL_PUSHBUTTON_H_ #include "xfa/fwl/cfwl_widget.h" namespace pdfium { #define FWL_STATE_PSB_Hovered … #define FWL_STATE_PSB_Pressed … #define FWL_STATE_PSB_Default … class CFWL_MessageKey; class CFWL_MessageMouse; class CFWL_PushButton final : public CFWL_Widget { … }; } // namespace pdfium // TODO(crbug.com/42271761): Remove. CFWL_PushButton; #endif // XFA_FWL_CFWL_PUSHBUTTON_H_