From: Mart Raudsepp Date: Sun, 5 Feb 2006 20:39:15 +0000 (+0000) Subject: Remove remark on wxTLW::Maximize that it only works on Windows. It works on wxGTK... X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/1fb1f1d833eb11cab4f4cfeace3044f0255f6df2?ds=inline Remove remark on wxTLW::Maximize that it only works on Windows. It works on wxGTK too, and I see implementation for Mac aswell. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37327 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/docs/latex/wx/tlw.tex b/docs/latex/wx/tlw.tex index 5af7834b23..91e4a75f3a 100644 --- a/docs/latex/wx/tlw.tex +++ b/docs/latex/wx/tlw.tex @@ -136,10 +136,6 @@ Maximizes or restores the window. \docparam{maximize}{If \true, maximizes the window, otherwise it restores it.} -\wxheading{Remarks} - -This function only works under Windows. - \wxheading{See also} \helpref{wxTopLevelWindow::Iconize}{wxtoplevelwindowiconize}