]> git.saurik.com Git - wxWidgets.git/commitdiff
added a note about the constraints being deprecated
authorVadim Zeitlin <vadim@wxwidgets.org>
Wed, 3 Apr 2002 13:04:21 +0000 (13:04 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Wed, 3 Apr 2002 13:04:21 +0000 (13:04 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14922 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/latex/wx/layout.tex

index 018b1f3064d7377d103e9d17abb853b797f715db..e7cb36b22f6f8ba8be880359e93d4803ee1ea7a9 100644 (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.