]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/mdi.tex
the manual contained wrong licence wording inconsistent with any other sources, inclu...
[wxWidgets.git] / docs / latex / wx / mdi.tex
index 1fba122918fcf4b3b10f03340bb009c8469c1105..f4ed04e3030020f6dfa3e6b22a3508d854486208 100644 (file)
@@ -545,9 +545,12 @@ To remove the window completely, use the wxFRAME\_NO\_WINDOW\_MENU window style.
 
 \membersection{wxMDIParentFrame::Tile}\label{wxmdiparentframetile}
 
-\func{void}{Tile}{\void}
+\func{void}{Tile}{\param{wxOrientation}{ orient = wxHORIZONTAL}}
 
-Tiles the MDI child windows.
+Tiles the MDI child windows either horizontally or vertically depending on
+whether \arg{orient} is wxHORIZONTAL or wxVERTICAL.
+
+Currently only implemented for MSW, does nothing under the other platforms.
 
 \wxheading{See also}