Function: xwidget-webkit-adjust-size-to-window

xwidget-webkit-adjust-size-to-window is a byte-compiled function defined in xwidget.el.gz.

Signature

(xwidget-webkit-adjust-size-to-window XWIDGET &optional WINDOW)

Documentation

Adjust the size of the webkit XWIDGET to fit the WINDOW.

Source Code

;; Defined in /usr/src/emacs/lisp/xwidget.el.gz
(defun xwidget-webkit-adjust-size-to-window (xwidget &optional window)
  "Adjust the size of the webkit XWIDGET to fit the WINDOW."
  (xwidget-resize xwidget
                  (xwidget-window-inside-pixel-width window)
                  (xwidget-window-inside-pixel-height window)))