resize in editor-snip%
Resizes the snip. The snip can refuse to be resized by returning
#f. Otherwise, the snip will resize (it must call its
administrator's
resized method) and return #t.
See also
on-interactive-resize in pasteboard%.
(-> booleansendan-editor-snipresizewh)
w: non-negative real number
h: non-negative real numberSets the snip's minimum and maximum width and height to the specified values minus the snip border space. See also
set-min-widthset-max-widthset-max-heightset-min-height.Also sets the minimum and maximum width of the editor owned by the snip to the given width (minus the snip border space) via
set-max-widthandset-min-width.