added a note about the constraints being deprecated

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14922 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2002-04-03 13:04:21 +00:00
parent 664ad22f4c
commit 413055db0f

View File

@@ -1,5 +1,7 @@
\section{\class{wxLayoutConstraints}}\label{wxlayoutconstraints}
{\bf Note:} constraints are now deprecated and you should use \helpref{sizers}{sizeroverview} instead.
Objects of this class can be associated with a window to define its
layout constraints, with respect to siblings or its parent.