[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Transparency issues
From: |
Georg Fleischmann |
Subject: |
Re: Transparency issues |
Date: |
Mon, 20 Aug 2001 22:06:29 +0200 |
Hi Marko,
I have taken a look at this some time ago, and found the following:
Transparency in GNUstep is done by setting the background color of the image.
This 'hack' is used in NSButtonCell but not in NSCell (yet?).
So, if you have an image in an NSButton, the same image is displayed with this
background in cells too. But if you only use NSCell the background of the
image remains white.
Georg