comparison lispref/frames.texi @ 71882:98630b6d51a1

* display.texi (Displaying Messages): Add anchor. * frames.texi (Dialog Boxes): Use it.
author Nick Roberts <nickrob@snap.net.nz>
date Thu, 13 Jul 2006 23:43:20 +0000
parents f0d5cd4ffd22
children 61cb5aae3bc3
comparison
equal deleted inserted replaced
71881:a646dc31210a 71882:98630b6d51a1
1555 @code{x-popup-menu}, but the precise coordinates or the individual 1555 @code{x-popup-menu}, but the precise coordinates or the individual
1556 window don't matter; only the frame matters. 1556 window don't matter; only the frame matters.
1557 1557
1558 If @var{header} is non-@code{nil}, the frame title for the box is 1558 If @var{header} is non-@code{nil}, the frame title for the box is
1559 @samp{Information}, otherwise it is @samp{Question}. The former is used 1559 @samp{Information}, otherwise it is @samp{Question}. The former is used
1560 for @code{message-box} (@pxref{The Echo Area}). 1560 for @code{message-box} (@pxref{message-box}).
1561 1561
1562 In some configurations, Emacs cannot display a real dialog box; so 1562 In some configurations, Emacs cannot display a real dialog box; so
1563 instead it displays the same items in a pop-up menu in the center of the 1563 instead it displays the same items in a pop-up menu in the center of the
1564 frame. 1564 frame.
1565 1565