I guess I just don't understand how NSTextView's are supposed to be configured for opacity with Interface Builder.
By default, they are 100% opaque. You can change the opacity of the background to whatever you want, so I've changed the opacity to 0% (ie, totally transparent, or so I thought). However, this just makes it entirely black (at run time, not in interface builder).
What am I doing wrong? How do I make my NSTextView transparent?