From 50cbca27ad2fb93636b11f2d6754a25b85b93d94 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Fri, 4 May 2012 20:35:26 +0000 Subject: [PATCH] Document wxTP_DEFAULT as a standalone constant. Make sure the declarations in the documentation header can be really parsed. Closes #14270. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@71354 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- interface/wx/timectrl.h | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/interface/wx/timectrl.h b/interface/wx/timectrl.h index 42a7e18a2b..e2f3ec9246 100644 --- a/interface/wx/timectrl.h +++ b/interface/wx/timectrl.h @@ -8,6 +8,21 @@ // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// +/** + Styles used with wxTimePickerCtrl. + + Currently no special styles are defined for this object. + + @library{wxadv} + @category{pickers} + + @since 2.9.3 + */ +enum +{ + wxTP_DEFAULT = 0 +}; + /** @class wxTimePickerCtrl -- 2.45.2