%% Created:
%% RCS-ID: $Id$
%% Copyright: (c) 2001 Vadim Zeitlin
-%% License: wxWidgets license
+%% License: wxWindows license
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\section{\class{wxMaximizeEvent}}\label{wxmaximizeevent}
-An event being sent when the frame is maximized (minimized) 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}
<wx/event.h>
+\wxheading{Library}
+
+\helpref{wxCore}{librarieslist}
+
\wxheading{Event table macros}
To process a maximize event, use this event handler macro to direct input to a
\func{}{wxMaximizeEvent}{\param{int }{id = 0}}
-Constructor.
+Constructor. Only used by wxWidgets internally.