Mercurial > hg > xemacs-beta
comparison src/dialog-x.c @ 70:131b0175ea99 r20-0b30
Import from CVS: tag r20-0b30
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:02:59 +0200 |
parents | 859a2309aef8 |
children | 3d6bfa290dbd |
comparison
equal
deleted
inserted
replaced
69:804d1389bcd6 | 70:131b0175ea99 |
---|---|
240 | 240 |
241 Though the keyword/value syntax is supported for dialog boxes just as in | 241 Though the keyword/value syntax is supported for dialog boxes just as in |
242 popup menus, the only keyword which is both meaningful and fully implemented | 242 popup menus, the only keyword which is both meaningful and fully implemented |
243 for dialog box buttons is `:active'. | 243 for dialog box buttons is `:active'. |
244 */ | 244 */ |
245 (dbox_desc)) | 245 (dbox_desc)) |
246 { | 246 { |
247 int dbox_id; | 247 int dbox_id; |
248 struct frame *f = selected_frame (); | 248 struct frame *f = selected_frame (); |
249 widget_value *data; | 249 widget_value *data; |
250 Widget parent, dbox; | 250 Widget parent, dbox; |