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