isOpaque
isOpaque
- Subject: isOpaque
- From: Brian Hook <email@hidden>
- Date: Fri, 05 Oct 2001 18:00:19 -0700
- Organization: Pyrogon, Inc.
How do I know if I should override isOpaque to return YES? I have an
NSImageView that sits inside an NSTabView, but doesn't completely cover
it. Does this mean that it isn't opaque (because its parent is still
covered), or does it mean that I SHOULD make it opaque since it will be
covering up the entire area it is responsible for (unlike a round
button, for example).
Thanks,
Brian