aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorJulien Danjou2010-10-18 17:07:31 -0400
committerStefan Monnier2010-10-18 17:07:31 -0400
commitc978536f741b75ff44639f723984abf983d9063a (patch)
tree5c9e59585781f6def307ce595b1684930cc90240 /doc
parent43f964fcf0e44c8601fe2b4304007b9893e5b5f1 (diff)
downloademacs-c978536f741b75ff44639f723984abf983d9063a.tar.gz
emacs-c978536f741b75ff44639f723984abf983d9063a.zip
* src/frame.c (Fframe_pointer_visible_p):
Add `frame-pointer-visible-p' to get the pointer visibility.
Diffstat (limited to 'doc')
-rw-r--r--doc/lispref/frames.texi9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/lispref/frames.texi b/doc/lispref/frames.texi
index d27010d2096..4c44d0a6439 100644
--- a/doc/lispref/frames.texi
+++ b/doc/lispref/frames.texi
@@ -1748,6 +1748,15 @@ If @var{frame} is not visible, this function does nothing. The return
1748value is not significant. 1748value is not significant.
1749@end defun 1749@end defun
1750 1750
1751@defun frame-pointer-visible-p &optional frame
1752This predicate function returns non-@code{nil} if the mouse pointer
1753displayed on @var{frame} is visible; otherwise it returns @code{nil}.
1754@var{frame} omitted or @code{nil} means the selected frame. This is
1755useful when @code{make-pointer-invisible} is set to @code{t}: it
1756allows to know if the pointer has been hidden.
1757@xref{Mouse Avoidance,,,emacs}.
1758@end defun
1759
1751@need 3000 1760@need 3000
1752 1761
1753@node Pop-Up Menus 1762@node Pop-Up Menus