comparison man/lispref/dialog.texi @ 5791:9fae6227ede5

Silence texinfo 5.2 warnings, primarily by adding next, prev, and up pointers to all nodes. See xemacs-patches message with ID <5315f7bf.sHpFD7lXYR05GH6E%james@xemacs.org>.
author Jerry James <james@xemacs.org>
date Thu, 27 Mar 2014 08:59:03 -0600
parents 576fb035e263
children
comparison
equal deleted inserted replaced
5790:dcf9067f26bb 5791:9fae6227ede5
10 @menu 10 @menu
11 * Dialog Box Format:: 11 * Dialog Box Format::
12 * Dialog Box Functions:: 12 * Dialog Box Functions::
13 @end menu 13 @end menu
14 14
15 @node Dialog Box Format 15 @node Dialog Box Format, Dialog Box Functions, Dialog Boxes, Dialog Boxes
16 @section Dialog Box Format 16 @section Dialog Box Format
17 17
18 A dialog box description is a list. 18 A dialog box description is a list.
19 19
20 @itemize @bullet 20 @itemize @bullet
53 partition := 'nil' 53 partition := 'nil'
54 button := '[' name callback active-p ']' 54 button := '[' name callback active-p ']'
55 dialog := '(' name [ button ]+ [ partition [ button ]+ ] ')' 55 dialog := '(' name [ button ]+ [ partition [ button ]+ ] ')'
56 @end example 56 @end example
57 57
58 @node Dialog Box Functions 58 @node Dialog Box Functions, , Dialog Box Format, Dialog Boxes
59 @section Dialog Box Functions 59 @section Dialog Box Functions
60 60
61 @defun popup-dialog-box dbox-desc 61 @defun popup-dialog-box dbox-desc
62 This function pops up a dialog box. @var{dbox-desc} describes how the 62 This function pops up a dialog box. @var{dbox-desc} describes how the
63 dialog box will appear (@pxref{Dialog Box Format}). 63 dialog box will appear (@pxref{Dialog Box Format}).