X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f7bd26981f1c8d46d3909e3de90df081de4df33b..24d705907ddcbe8e701867be2fb6f457a3dfab6f:/docs/latex/wx/docmdich.tex diff --git a/docs/latex/wx/docmdich.tex b/docs/latex/wx/docmdich.tex index b9b16ac740..7c831f14b8 100644 --- a/docs/latex/wx/docmdich.tex +++ b/docs/latex/wx/docmdich.tex @@ -3,7 +3,7 @@ The wxDocMDIChildFrame class provides a default frame for displaying documents on separate windows. This class can only be used for MDI child frames. -The class is part of the document/view framework supported by wxWindows, +The class is part of the document/view framework supported by wxWidgets, and cooperates with the \helpref{wxView}{wxview}, \helpref{wxDocument}{wxdocument}, \rtfsp\helpref{wxDocManager}{wxdocmanager} and \helpref{wxDocTemplate}{wxdoctemplate} classes. @@ -17,6 +17,10 @@ See the example application in {\tt samples/docview}. \helpref{wxEvtHandler}{wxevthandler}\\ \helpref{wxObject}{wxobject} +\wxheading{Include files} + + + \wxheading{See also} \helpref{Document/view overview}{docviewoverview}, \helpref{wxMDIChildFrame}{wxmdichildframe} @@ -62,15 +66,15 @@ Returns the view associated with this frame. \membersection{wxDocMDIChildFrame::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{wxDocMDIChildFrame::OnClose} +\membersection{wxDocMDIChildFrame::OnCloseWindow} -\func{virtual bool}{OnClose}{\void} +\func{void}{OnCloseWindow}{\param{wxCloseEvent\&}{ event}} Closes and deletes the current view and document.