]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/mdi.tex
added wxListCtrl::GetSubItemRect() and subitem hit testing (patch 1476971)
[wxWidgets.git] / docs / latex / wx / mdi.tex
index f4ed04e3030020f6dfa3e6b22a3508d854486208..fc91d4f436b5763ca08d7cdc2bd66fb6ee7053e9 100644 (file)
@@ -245,7 +245,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.