git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50953
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
\section{\class{wxMaximizeEvent}}\label{wxmaximizeevent}
-An event being sent when the frame is maximized or restored.
+An event being sent when a top level window is maximized. Notice that it is
+not sent when the window is restored to its original size after it had been
+maximized, only a normal \helpref{wxSizeEvent}{wxsizeevent} is generated in
+this case.
\wxheading{Derived from}
\func{}{wxMaximizeEvent}{\param{int }{id = 0}}
-Constructor.
+Constructor. Only used by wxWidgets internally.