Function: hycontrol-frame-width
hycontrol-frame-width is a byte-compiled function defined in
hycontrol.el.
Signature
(hycontrol-frame-width &optional FRAME)
Documentation
Return the width of optional FRAME or the selected frame.
This includes all graphical window manager decorations. Under a graphical window system, this is in pixels; otherwise, it is in characters.
Source Code
;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/hycontrol.el
(defun hycontrol-frame-width (&optional frame)
"Return the width of optional FRAME or the selected frame.
This includes all graphical window manager decorations. Under a
graphical window system, this is in pixels; otherwise, it is in
characters."
(frame-pixel-width frame))