NSDrawGroove, NSLightGray ...
Nicolas Roard <[email protected]> Sun, 13 Apr 2003 11:03:16 +0100
| Newsgroups | gmane.comp.lib.gnustep.applications |
|---|---|
| Message-ID | <b92c4d2ee06c5d61de8e52e8ea7c123f@Avalon> |
Hi, I have a small problem with -gui ... Drawing functions such NSDrawGroove don't use system colors but some const float variables defined in externs.m (NSBlack, NSDarkGray, NSLightGray, NSWhite). Is it really what we wants ? I think that thoses functions should use system colors. There is another issue with NSDrawGroove and similar functions ; they draw a border and fill the content with NSLightGray ... but this filling doesn't seems to be needed -- NSDrawGroove is called from cells which already fill their background (correctly, from the system colors), for example. -- Nicolas Roard