]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/mdi.tex
wxHTTP::GetResponse() added (patch 794394)
[wxWidgets.git] / docs / latex / wx / mdi.tex
index 8e4fe2978ac5aec8826d89ad9bc921388066d36a..391c38ec88544bd727a27c9062d148f5b2491e49 100644 (file)
@@ -241,7 +241,8 @@ and is used in many popular Windows applications, such as Microsoft Word(TM).
 There may be multiple MDI parent frames in a single application, but this probably only makes sense
 within programming development environments.
 
-Child frames may be either \helpref{wxMDIChildFrame}{wxmdichildframe}, or \helpref{wxFrame}{wxframe}.
+Child frames may be of class \helpref{wxMDIChildFrame}{wxmdichildframe} (contained
+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.
@@ -492,7 +493,7 @@ on the background.
 
 Note that it is probably impossible to have a client window that scrolls as well as painting
 a bitmap or pattern, since in {\bf OnScroll}, the scrollbar positions always return zero.
-(Solutions to: \tt{julian.smart@btopenworld.com}).
+(Solutions to: {\tt julian.smart@btopenworld.com}).
 
 \wxheading{See also}