Function: xwidget-webkit-adjust-size

xwidget-webkit-adjust-size is an interactive and byte-compiled function defined in xwidget.el.gz.

Signature

(xwidget-webkit-adjust-size W H)

Documentation

Manually set webkit size to width W, height H.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/xwidget.el.gz
(defun xwidget-webkit-adjust-size (w h)
  "Manually set webkit size to width W, height H."
  ;; TODO shouldn't be tied to the webkit xwidget
  (interactive "nWidth:\nnHeight:\n" xwidget-webkit-mode)
  (xwidget-resize (xwidget-webkit-current-session) w h))