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
This commit is contained in:
Mart Raudsepp 2006-02-05 20:39:15 +00:00
parent aae7e12e1d
commit 1fb1f1d833

View File

@ -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}