Re: Highlighting NSImageCells in an NSMatrix
Re: Highlighting NSImageCells in an NSMatrix
- Subject: Re: Highlighting NSImageCells in an NSMatrix
- From: Michael Becker <email@hidden>
- Date: Tue, 3 Feb 2004 12:41:23 +0100
I have an app that uses an NSMatrix subclass to display images. Here
is the "setup" portion of the implementation...
This actually works, but I cannot use the bezeled borders. My images
have to be "just the image on plain white" and when selected, the white
cell background around the image should turn blue (or whatever).
I think I will have to subclass NSImageCell, override drawWithFrame: or
drawInteriorWithFrame:, and probably even override some highlighting
method to draw the blue background...
Lotta work for just highlighting a cell...
Michael
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.