get-view-size in editor<%>
Returns the visible area into which the editor is currently being
displayed (according to the editor's administrator). See also
get-view .
The result is only valid when the editor is displayed (see Basic Organization).
If the display is an editor canvas, see also
reflow-container.
(-> voidsendan-editorget-view-sizewh)
w: boxed non-negative real number or#f
h: boxed non-negative real number or#fThe
wbox is filled with the visible area width, unlesswis#f. Thehbox is filled with the visible area height, unlesshis#f.