]>
git.saurik.com Git - wxWidgets.git/blob - include/wx/msw/private/datecontrols.h
1 ///////////////////////////////////////////////////////////////////////////////
2 // Name: wx/msw/private/datecontrols.h
3 // Purpose: implementation helpers for wxDatePickerCtrl and wxCalendarCtrl
4 // Author: Vadim Zeitlin
6 // Copyright: (c) 2008 Vadim Zeitlin <vadim@wxwidgets.org>
7 // Licence: wxWindows licence
8 ///////////////////////////////////////////////////////////////////////////////
10 #ifndef _MSW_PRIVATE_DATECONTROLS_H_
11 #define _MSW_PRIVATE_DATECONTROLS_H_
13 #include "wx/datetime.h"
15 #include "wx/msw/wrapwin.h"
17 // namespace for the helper functions related to the date controls
18 namespace wxMSWDateControls
21 // do the one time only initialization of date classes of comctl32.dll, return
22 // true if ok or log an error and return false if we failed (this can only
23 // happen with a very old version of common controls DLL, i.e. before 4.70)
24 extern bool CheckInitialization();
26 } // namespace wxMSWDateControls
28 #endif // _MSW_PRIVATE_DATECONTROLS_H_