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

@@ -3763,6 +3763,7 @@ static int CoordToRowOrCol(int coord, int defaultDist, int minDist,
IMPLEMENT_DYNAMIC_CLASS_XTI(wxGrid, wxScrolledWindow,"wx/grid.h")
WX_BEGIN_PROPERTIES_TABLE(wxGrid)
WX_HIDE_PROPERTY( Children )
WX_END_PROPERTIES_TABLE()
WX_BEGIN_HANDLERS_TABLE(wxGrid)