> If all I want is an image that acts like a button, do I need to > subclass NSButton? I just want my button to show only my image and no > "Apple" style button backgrounds.
All this is easily found in the NSButton and NSButtonCell documentation. I believe what you are looking for is setImagePosition:NSImageOnly, setBordered:NO, setButtonType:NSMomentaryChangeButton. In InterfaceBuilder, all these options are available too. Image position will be the button showing just the square, the bordered option is a checkbox, etc._______________________________________________ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com