comparison man/lispref/dialog.texi @ 398:74fd4e045ea6 r21-2-29

Import from CVS: tag r21-2-29
author cvs
date Mon, 13 Aug 2007 11:13:30 +0200
parents 376386a54a3c
children 697ef44129c6 576fb035e263
comparison
equal deleted inserted replaced
397:f4aeb21a5bad 398:74fd4e045ea6
42 that all following buttons should be flushright instead of flushleft. 42 that all following buttons should be flushright instead of flushleft.
43 43
44 The syntax, more precisely: 44 The syntax, more precisely:
45 45
46 @example 46 @example
47 form := <something to pass to `eval'> 47 form := <something to pass to `eval'>
48 command := <a symbol or string, to pass to `call-interactively'> 48 command := <a symbol or string, to pass to `call-interactively'>
49 callback := command | form 49 callback := command | form
50 active-p := <t, nil, or a form to evaluate to decide whether this 50 active-p := <t, nil, or a form to evaluate to decide whether this
51 button should be selectable> 51 button should be selectable>
52 name := <string> 52 name := <string>
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
59 @section Dialog Box Functions 59 @section Dialog Box Functions
60 60