]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/window.tex
Correct include file for wxGetActiveWindow()
[wxWidgets.git] / docs / latex / wx / window.tex
index 7b639b37a03c583ff002433b473d643a60bf40ae..0df9ac310d74ffc834dc4d70d12eee32718db537 100644 (file)
@@ -722,11 +722,8 @@ See also \helpref{wxAccessible}{wxaccessible}.
 
 \constfunc{wxSize}{GetAdjustedBestSize}{\void}
 
-This method is similar to \helpref{GetBestSize}{wxwindowgetbestsize}, except
-in one thing.  GetBestSize should return the minimum untruncated size of the
-window, while this method will return the largest of BestSize and any user
-specified minimum size.  ie. it is the minimum size the window should currently
-be drawn at, not the minimal size it can possibly tolerate.
+This method is deprecated, use \helpref{GetEffectiveMinSize}{wxwindowgeteffectiveminsize}
+instead.
 
 
 \membersection{wxWindow::GetBackgroundColour}\label{wxwindowgetbackgroundcolour}