Function: posframe-poshandler-frame-top-right-corner
posframe-poshandler-frame-top-right-corner is a byte-compiled function
defined in posframe.el.
Signature
(posframe-poshandler-frame-top-right-corner INFO)
Documentation
Posframe's position handler.
This poshandler function let top right corner of posframe align to top right corner of frame.
The structure of INFO can be found in docstring of
posframe-show.
Source Code
;; Defined in ~/.emacs.d/elpa/posframe-20260415.14/posframe.el
(defun posframe-poshandler-frame-top-right-corner (_info)
"Posframe's position handler.
This poshandler function let top right corner of posframe align to
top right corner of frame.
The structure of INFO can be found in docstring of
`posframe-show'."
'(-1 . 0))