File: posframe.el.html
* Posframe README :README:
Posframe can pop up a frame at point, this *posframe* is a child-frame connected to its root window's buffer.
The main advantages are:
1. It is fast enough for daily usage :-)
2. It works well with CJK languages.
More info please see: README.org
Defined variables (17)
posframe--accept-focus | Record accept focus status of ‘posframe-show’. |
posframe--frame | Record posframe’s frame. |
posframe--initialized-p | Record initialize status of ‘posframe-show’. |
posframe--last-args | Record the last arguments of ‘posframe--create-posframe’. |
posframe--last-font-height-info | Record the last font height info. |
posframe--last-parent-frame-size | Record the last size of posframe’s parent-frame. |
posframe--last-posframe-displayed-size | Record the last displayed size of posframe’s frame. |
posframe--last-posframe-pixel-position | Record the last pixel position of posframe’s frame. |
posframe--last-posframe-size | Record the last size of posframe’s frame. |
posframe--last-poshandler-info | Record the last poshandler info. |
posframe--refresh-timer | Record the timer to deal with refresh argument of ‘posframe-show’. |
posframe--timeout-timer | Record the timer to deal with timeout argument of ‘posframe-show’. |
posframe-gtk-resize-child-frames | Value to bind ‘x-gtk-resize-child-frames’ to. |
posframe-hidehandler-timer | Timer used by hidehandler function. |
posframe-inhibit-double-buffering | Set the posframe’s frame-parameter: inhibit-double-buffering. |
posframe-mouse-banish-function | The function used to banish mouse. |
posframe-text-scale-factor-function | The function to adjust value of text-scale of posframe buffer. |