Mercurial > hg > xemacs-beta
comparison lisp/gui.el @ 219:262b8bb4a523 r20-4b8
Import from CVS: tag r20-4b8
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:09:35 +0200 |
parents | 78478c60bfcd |
children | c42ec1d1cded |
comparison
equal
deleted
inserted
replaced
218:c9f226976f56 | 219:262b8bb4a523 |
---|---|
33 | 33 |
34 (defcustom dialog-frame-plist '(width 60 height 20) | 34 (defcustom dialog-frame-plist '(width 60 height 20) |
35 "Plist of frame properties for initially creating a dialog frame. | 35 "Plist of frame properties for initially creating a dialog frame. |
36 Properties specified here supersede the values given in | 36 Properties specified here supersede the values given in |
37 `default-frame-plist'." | 37 `default-frame-plist'." |
38 :type '(repeat (group :inline t | 38 :type 'plist |
39 (symbol :tag "Property") | |
40 (sexp :tag "Value"))) | |
41 :group 'frames) | 39 :group 'frames) |
42 | 40 |
43 (defun make-dialog-frame (&optional props parent) | 41 (defun make-dialog-frame (&optional props parent) |
44 "Create a frame suitable for use as a dialog box. | 42 "Create a frame suitable for use as a dialog box. |
45 The frame is made a child of PARENT (defaults to the selected frame), | 43 The frame is made a child of PARENT (defaults to the selected frame), |