1 // Copyright 2014 PDFium Authors. All rights reserved.
\r
2 // Use of this source code is governed by a BSD-style license that can be
\r
3 // found in the LICENSE file.
\r
5 // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
\r
7 #ifndef _FWL_DATETIMEPICKERTP_H
\r
8 #define _FWL_DATETIMEPICKERTP_H
\r
10 class CFWL_DateTimePickerTP;
\r
11 class CFWL_DateTimePickerTP : public CFWL_WidgetTP
\r
14 CFWL_DateTimePickerTP();
\r
15 virtual ~CFWL_DateTimePickerTP();
\r
16 virtual FX_BOOL IsValidWidget(IFWL_Widget *pWidget);
\r
17 virtual FX_BOOL DrawBackground(CFWL_ThemeBackground *pParams);
\r
19 void DrawDropDownButton(CFWL_ThemeBackground *pParams, CFX_Matrix *pMatrix);
\r
20 void initThemeData();
\r
21 struct DTPThemeData : public CFX_Object {
\r
23 FX_ARGB BoxBkColor[13][2];
\r