X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f7bd26981f1c8d46d3909e3de90df081de4df33b..acbd13a365fe2bd7ed6bafd19dc26775a256d499:/docs/latex/wx/docchfrm.tex?ds=sidebyside diff --git a/docs/latex/wx/docchfrm.tex b/docs/latex/wx/docchfrm.tex index 37479e12bf..1c03f01935 100644 --- a/docs/latex/wx/docchfrm.tex +++ b/docs/latex/wx/docchfrm.tex @@ -61,15 +61,15 @@ Returns the view associated with this frame. \membersection{wxDocChildFrame::OnActivate} -\func{void}{OnActivate}{\param{bool}{ active}} +\func{void}{OnActivate}{\param{wxActivateEvent}{ event}} Sets the currently active view to be the frame's view. You may need to override (but still call) this function in order to set the keyboard focus for your subwindow. -\membersection{wxDocChildFrame::OnClose} +\membersection{wxDocChildFrame::OnCloseWindow} -\func{virtual bool}{OnClose}{\void} +\func{void}{OnCloseWindow}{\param{wxCloseEvent\&}{ event}} Closes and deletes the current view and document.