|
From: | Quentin Mathé |
Subject: | Re: customize GNUstep |
Date: | Thu, 23 Jun 2005 11:07:25 +0200 |
Le 23 juin 05 à 06:37, Richard Frith-Macdonald a écrit :
On 2005-06-22 23:28:05 +0100 Nicolas Roard <nicolas@roard.com> wrote:Le 22 juin 05 à 22:56, Quentin Mathé a écrit :Theoretically controlBackgroundColor would the right choice becauseNSToolbar isn't a precisely bounded clickable area like a button, but a clickable area which varies with displayed content like a table view or a browser column. However controlBackgroundColor is currently white in GNUstep and that's the problem because a completely white toolbar would beugly.Actually, controlBackgroundColor is set to NSLightGray by default (0.667),which is the same value as for example, windowBackgroundColor ... and personally I think controlBackgroundColor would be fine for thetoolbar. Although we can have (as of now) a different colorname if youreally want to have a different color.. :-)Well, some confusion here ...
I don't know why but I'm always thinking table views have a white background, I'm probably spending too much time on Mac OS X ;-)
perhaps Quentin tried using controlBackgroundColor and it looked ugly ... might be worth trying again in case the problem was actually some bug at the time and it wouold now work with controlBackgroundColor.
I will try again.
My feeling is that, if the standard colors are enough, use them.
Yes.
Personally I would tend to prefer putting the additional system colors inthe default system color list, that would besimpler. Sure, thoses colors aren't in OpenStep, but that's not a problem --the default system color list is on theimplementation side... so as long as we mark possible new accessors methodsfor theses additional colors asspecifically "gnustep only" then, I don't see a problem by putting all thecolors used by gnustep in the system color list. But well, that's a matter of taste.Yes ... I agree that keeping a single color list is by far the simplest (maintainable, easy to use etc) option.
That's my opinion also and I would like to move my NSColor category in NSColor.m unless Alexander or Fred have a different opinion.
cheers, Quentin. -- Quentin Mathé qmathe@club-internet.fr
[Prev in Thread] | Current Thread | [Next in Thread] |