X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/2f82899bba49ec8c6683aeffccaba030ad95da6d..2fa2b11bbffc8995892369cedb9b208ca9a54d5b:/docs/latex/wx/layalgor.tex diff --git a/docs/latex/wx/layalgor.tex b/docs/latex/wx/layalgor.tex index 76a36feb10..dc86bb2a1b 100644 --- a/docs/latex/wx/layalgor.tex +++ b/docs/latex/wx/layalgor.tex @@ -40,7 +40,7 @@ bottom of the remaining client area. This scheme implies that order of window cr Say you wish to have an extra toolbar at the top of the frame, a project window to the left of the MDI client window, and an output window above the status bar. You should therefore create the windows in this order: toolbar, output window, project window. This ensures that the toolbar and -output window take up space at the top and bottom, and then the remaining height inbetween is used for +output window take up space at the top and bottom, and then the remaining height in-between is used for the project window. wxLayoutAlgorithm is quite independent of the way in which