+2000-06-12 Dave Love <fx@gnu.org>
+
+ * wid-edit.el (widget-specify-button): Really suppress the face if
+ required.
+
2000-06-11 Gerd Moellmann <gerd@gnu.org>
* term/x-win.el (x-colors): Add colors from recent rgb.txt.
(overlay-put overlay 'mouse-face widget-mouse-face))
;;(overlay-put overlay 'balloon-help help-echo)
(if (stringp help-echo)
- (overlay-put overlay 'help-echo help-echo))
- (overlay-put overlay 'face face)))
+ (overlay-put overlay 'help-echo help-echo))))
(defun widget-specify-sample (widget from to)
"Specify sample for WIDGET between FROM and TO."
:button-prefix ""
:format "%[%v%]"
:on "[X]"
+ ;; We could probably do the same job as the images using single
+ ;; space characters in a boxed face with a stretch specification to
+ ;; make them square.
:on-glyph (create-image (make-bool-vector 49 1)
'xbm t :width 7 :height 7
:foreground "grey75" ; like default mode line