avoid streaming of 'private' children

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23149 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Stefan Csomor
2003-08-23 22:49:55 +00:00
parent f3291a824a
commit 0e4534295e
3 changed files with 7 additions and 4 deletions

View File

@@ -108,7 +108,8 @@ END_EVENT_TABLE()
IMPLEMENT_DYNAMIC_CLASS_XTI(wxCalendarCtrl, wxControl,"wx/calctrl.h")
WX_BEGIN_PROPERTIES_TABLE(wxCalendarCtrl)
WX_PROPERTY( Date,wxDateTime, SetDate , GetDate, )
WX_HIDE_PROPERTY( Children )
WX_PROPERTY( Date,wxDateTime, SetDate , GetDate, , 0 /*flags*/ , wxT("Helpstring") , wxT("group"))
WX_END_PROPERTIES_TABLE()
WX_BEGIN_HANDLERS_TABLE(wxCalendarCtrl)