From xemacs-m  Sat Apr  5 21:14:58 1997
Received: from bittersweet.inetarena.com (karlheg@bittersweet.inetarena.com [206.129.216.38])
	by xemacs.org (8.8.5/8.8.5) with ESMTP id VAA24836
	for <xemacs-beta@xemacs.org>; Sat, 5 Apr 1997 21:14:56 -0600 (CST)
Received: (from karlheg@localhost)
	by bittersweet.inetarena.com (8.8.5/8.8.5) id TAA13659;
	Sat, 5 Apr 1997 19:14:29 -0800
Date: Sat, 5 Apr 1997 19:14:29 -0800
Message-Id: <199704060314.TAA13659@bittersweet.inetarena.com>
From: "Karl M. Hegbloom" <karlheg@inetarena.com>
To: <xemacs-beta@xemacs.org>
Subject: Pixmap background for toolbar/menubar?
X-Mailer: VM 6.22 under 20.1 XEmacs Lucid (beta10)
Comments: Hyperbole mail buttons accepted, v04.023.
Mime-Version: 1.0 (generated by tm-edit 7.106)
Content-Type: multipart/mixed;
 boundary="Multipart_Sat_Apr__5_19:14:29_1997-1"
Content-Transfer-Encoding: 7bit

--Multipart_Sat_Apr__5_19:14:29_1997-1
Content-Type: text/plain; charset=US-ASCII


 I know that I can set the background pixmap of a face with lines
like:

(set-face-background-pixmap 'modeline "mapleburl.xpm")
(set-face-background-pixmap 'default "parchment.xpm")
(set-face-background-pixmap 'highlight "bright-parchment.xpm")
(set-face-background-pixmap 'zmacs-region "yellow-hilit-parchment.xpm")
(make-face 'paren-match)
(set-face-background-pixmap 'paren-match "green-hilit-parchment.xpm")

... in ~/.emacs, and I am wondering, is it possible to set a pixmapped
background like that for the toolbar, menubar, and scrollbar also?  It 
would look really good like that!

 I've found that trying to set these from a ~/.Xresources file doesn't
work right.  Am I missing something?  The default face gets set, but
not the others.  I wonder, does the Xserver have to store that stuff;
thereby increasing RAM used over just setting it from elisp like this?


--Multipart_Sat_Apr__5_19:14:29_1997-1
Content-Type: text/plain; charset=US-ASCII

Karl M. Hegbloom <karlheg@inetarena.com>
http://www.inetarena.com/~karlheg
Portland, OR  USA
Debian GNU 1.2  Linux 2.0.29t
You tell me and we'll both know.



--Multipart_Sat_Apr__5_19:14:29_1997-1--

