X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8704bf74fba8523e2e174bd5a8195b5202009cd0..36b52591b51e425b57f60e1cbed9a51d2f5767d9:/src/motif/mdi/doc/canvas.html?ds=sidebyside diff --git a/src/motif/mdi/doc/canvas.html b/src/motif/mdi/doc/canvas.html index 1ddbf3cdc4..cd5a0c8d9b 100644 --- a/src/motif/mdi/doc/canvas.html +++ b/src/motif/mdi/doc/canvas.html @@ -2,7 +2,7 @@ XsMDICanvas Class - +

@@ -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:

@@ -110,7 +110,7 @@ the location of the document. Please refer to the code (XsMDICanvas.C) for more details.

-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:

<XsMDICanvas name>*canvas.resizePolicy: XmRESIZE_ANY