added orient parameter to wxMDIParentFrame::Tile()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32951 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -30,6 +30,10 @@ Unix:
|
||||
|
||||
- Fixed build on Linux/AMD64
|
||||
|
||||
wxMSW:
|
||||
|
||||
- Added "orient" parameter to wxMDIParentFrame::Tile()
|
||||
|
||||
wxGTK:
|
||||
|
||||
- Improved wxSystemSettings::GetMetric() to work better with X11. (Mart Raudsepp)
|
||||
|
@@ -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}
|
||||
|
||||
|
Reference in New Issue
Block a user