Mercurial > hg > xemacs-beta
diff src/dialog-x.c @ 185:3d6bfa290dbd r20-3b19
Import from CVS: tag r20-3b19
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:55:28 +0200 |
parents | 131b0175ea99 |
children | 557eaa0339bf |
line wrap: on
line diff
--- a/src/dialog-x.c Mon Aug 13 09:54:24 2007 +0200 +++ b/src/dialog-x.c Mon Aug 13 09:55:28 2007 +0200 @@ -223,9 +223,9 @@ Each of these is a vector, the syntax of which is essentially the same as that of popup menu items. They may have any of the following forms: - [ \"name\" callback <active-p> ] - [ \"name\" callback <active-p> \"suffix\" ] - [ \"name\" callback :<keyword> <value> :<keyword> <value> ... ] + [ "name" callback <active-p> ] + [ "name" callback <active-p> "suffix" ] + [ "name" callback :<keyword> <value> :<keyword> <value> ... ] The name is the string to display on the button; it is filtered through the resource database, so it is possible for resources to override what string @@ -238,7 +238,7 @@ One (and only one) of the buttons may be `nil'. This marker means that all following buttons should be flushright instead of flushleft. -Though the keyword/value syntax is supported for dialog boxes just as in +Though the keyword/value syntax is supported for dialog boxes just as in popup menus, the only keyword which is both meaningful and fully implemented for dialog box buttons is `:active'. */ @@ -277,7 +277,7 @@ for the dialog widget) to begin. Eventually, a dialog item is selected, and a misc-user-event blip is pushed onto the end of the input stream, which is then executed by the event loop. - + So there are two command-events, with a bunch of magic-events between them. We don't want the *first* command event to alter the state of the region, so that the region can be available as