X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f9b1708cf57d57bc91f4e870a4646efd1f174c3d..0e300ddd7d91d46e3d9fcbbefe916b0fda6fcbbc:/docs/latex/wx/layalgor.tex diff --git a/docs/latex/wx/layalgor.tex b/docs/latex/wx/layalgor.tex index 6b0ff45c75..76a36feb10 100644 --- a/docs/latex/wx/layalgor.tex +++ b/docs/latex/wx/layalgor.tex @@ -58,6 +58,10 @@ way of specifying layouts for which the normal constraint system is unsuitable. \helpref{wxObject}{wxobject} +\wxheading{Include files} + + + \wxheading{Event handling} The algorithm object does not respond to events, but itself generates the @@ -137,5 +141,8 @@ The MDI client window is set to occupy the remaining space. Lays out the children of a normal frame or other window. -{\it mainWindow} is set to occupy the remaining space. +{\it mainWindow} is set to occupy the remaining space. If this is not specified, then +the last window that responds to a calculate layout event in query mode will get the remaining space +(that is, a non-query OnCalculateLayout event will not be sent to this window and the window will be set +to the remaining size).