X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/0d57be459406c2830f6abc9d99ae99166c6d133b..659d10cafe43bd53dc21b35f094ba77bb341cddc:/src/motif/mdi/doc/canvas.html diff --git a/src/motif/mdi/doc/canvas.html b/src/motif/mdi/doc/canvas.html index d18faaf226..cd5a0c8d9b 100644 --- a/src/motif/mdi/doc/canvas.html +++ b/src/motif/mdi/doc/canvas.html @@ -54,7 +54,7 @@ After the documents are created, they must be added to the canvas. The
-The behavior of adding the same document to the canvas more than once +The behaviour of adding the same document to the canvas more than once is undefined. Documents can be removed from the canvas by using:
-Canvas Behavior: +Canvas Behaviour:
The XsMDICanvas is implemented as an XmScrolledWindow with an @@ -123,13 +123,13 @@ being clipped as they are moved around. By default, the XmDrawingArea work-window has its XmNresizePolicy set to XmRESIZE_GROW. This will allow the work-area to grow to whatever size necessary, but it will not automatically shrink as windows -are manipulated. If different behavior is desired, the XmNresizePolicy +are manipulated. If different behaviour is desired, the XmNresizePolicy resource on the work-area can be set to XmRESIZE_ANY. This will force the work-window to recompute its size as windows are manipulated, and it will grow and shrink as necessary. However, the XsMDICanvas will still force the work-area to be at-least the size of the clip-window. -
To change the default behavior, add the following resource: +
To change the default behaviour, add the following resource: