From xemacs-m  Sat Apr  5 23:44:49 1997
Received: from wmperry.in.aventail.com (wmperry@wmperry.oz.net [207.13.185.53])
	by xemacs.org (8.8.5/8.8.5) with ESMTP id XAA25780
	for <xemacs-beta@xemacs.org>; Sat, 5 Apr 1997 23:44:46 -0600 (CST)
Received: (from wmperry@localhost) by wmperry.in.aventail.com (8.7.6/8.7.3) id VAA00418; Sat, 5 Apr 1997 21:43:33 -0800
Date: Sat, 5 Apr 1997 21:43:33 -0800
Message-Id: <199704060543.VAA00418@wmperry.in.aventail.com>
From: "William M. Perry" <wmperry@aventail.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
To: "Karl M. Hegbloom" <karlheg@inetarena.com>
Cc: <xemacs-beta@xemacs.org>
Subject: Re: Pixmap background for toolbar/menubar?
In-Reply-To: <199704060314.TAA13659@bittersweet.inetarena.com>
References: <199704060314.TAA13659@bittersweet.inetarena.com>
X-Mailer: VM 6.22 under Emacs 19.34.1
Errors-to: wmperry@aventail.com
Reply-to: wmperry@aventail.com
X-Face: O~Rn;(l][/-o1sALg4A@xpE:9-"'IR[%;,,!m7</SYF`{vYQ(&RI1&EiH[FvT;J}@f!4kfz
 x_!Y#=y{Uuj9GvUi=cPuajQ(Z42R[wE@{G,sn$qGr5g/wnb*"*ktI+,CD}1Z'wxrM2ag-r0p5I6\nA
 [WJopW_J.WY;

Karl M. Hegbloom writes:
>
> 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!

   You can do this if you use XawPixmap (or something like that) - a
replacement for the athena widgets that let you do this.  Since the menubar
and toolbar all live down in toolkit-land and their display isn't really
handled directly by XEmacs, it can't do it real easily.

-Bill P.

