Re: Cursor color
Re: Cursor color
- Subject: Re: Cursor color
- From: Douglas Davidson <email@hidden>
- Date: Wed, 25 Jul 2001 12:19:41 -0700
On Wednesday, July 25, 2001, at 11:57 AM, Christian Mike wrote:
I have an NSTextView that I have set with a black background and white
text.
(I know, it violates the guidelines). But anyway, the insertion cursor
(NOT
the mouse cursor, but the blinking I-Bar) stays black, so it essentially
disappears. Is there any way to change the color of the cursor?
Try the following method from NSTextView.h:
- (void)setInsertionPointColor:(NSColor *)color;
Douglas Davidson