\helpref{wxTopLevelWindow::SetTitle}{wxtoplevelwindowsettitle}
+\membersection{wxTopLevelWindow::HandleSettingChange}\label{wxtoplevelwindowhandlesettingchange}
+
+\func{virtual bool}{HandleSettingChange}{\param{WXWPARAM}{ wParam}, \param{WXLPARAM}{ lParam}}
+
+Unique to the wxWinCE port. Responds to showing/hiding SIP (soft input panel) area and resize
+window accordingly. Override this if you want to avoid resizing or do additional
+operations.
+
+
\membersection{wxTopLevelWindow::IsActive}\label{wxtoplevelwindowisactive}
\constfunc{bool}{IsActive}{\void}
\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}