X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/0d97c0902355bd73c080ebffa45ec809813df51d..85136e3bf5dadf921652519e71da5db351fb3194:/docs/latex/wx/mdi.tex diff --git a/docs/latex/wx/mdi.tex b/docs/latex/wx/mdi.tex index f4ed04e303..02586b0736 100644 --- a/docs/latex/wx/mdi.tex +++ b/docs/latex/wx/mdi.tex @@ -6,6 +6,7 @@ which is itself a child of \helpref{wxMDIParentFrame}{wxmdiparentframe}. \wxheading{Derived from} \helpref{wxFrame}{wxframe}\\ +\helpref{wxTopLevelWindow}{wxtoplevelwindow}\\ \helpref{wxWindow}{wxwindow}\\ \helpref{wxEvtHandler}{wxevthandler}\\ \helpref{wxObject}{wxobject} @@ -14,6 +15,10 @@ which is itself a child of \helpref{wxMDIParentFrame}{wxmdiparentframe}. +\wxheading{Library} + +\helpref{wxCore}{librarieslist} + \wxheading{Window styles} \twocolwidtha{5cm} @@ -160,6 +165,10 @@ more \helpref{wxMDIChildFrame}{wxmdichildframe} objects. +\wxheading{Library} + +\helpref{wxCore}{librarieslist} + \wxheading{Remarks} The client window is the area where MDI child windows exist. It doesn't have to cover the whole @@ -228,6 +237,7 @@ and is used in many popular Windows applications, such as Microsoft Word(TM). \wxheading{Derived from} \helpref{wxFrame}{wxframe}\\ +\helpref{wxTopLevelWindow}{wxtoplevelwindow}\\ \helpref{wxWindow}{wxwindow}\\ \helpref{wxEvtHandler}{wxevthandler}\\ \helpref{wxObject}{wxobject} @@ -236,6 +246,10 @@ and is used in many popular Windows applications, such as Microsoft Word(TM). +\wxheading{Library} + +\helpref{wxCore}{librarieslist} + \wxheading{Remarks} There may be multiple MDI parent frames in a single application, but this probably only makes sense @@ -245,7 +259,7 @@ Child frames may be of class \helpref{wxMDIChildFrame}{wxmdichildframe} (contain within the parent frame) or \helpref{wxFrame}{wxframe} (shown as a top-level frame). An MDI parent frame always has a \helpref{wxMDIClientWindow}{wxmdiclientwindow} associated with it, which -is the parent for MDI client frames. +is the parent for MDI child frames. This client window may be resized to accommodate non-MDI windows, as seen in Microsoft Visual C++ (TM) and Microsoft Publisher (TM), where a documentation window is placed to one side of the workspace.