On 18/09/2009, at 11:37 AM, David M. Cotter wrote:is there such a thing as a "normal window" that has a very small title bar?Hi David,No, I think you'll need to roll your own. You can get the images for the close button etc by doing something like:[NSWindow standardWindowButton:NSWindowCloseButton forStyleMask: (NSClosableWindowMask|NSUtilityWindowMask)];
but that doesn't jive with what i see here: in the Carbon version of the very same app, i see this:
<<inline: Screen shot 2009-09-17 at 7.08.04 PM.png>>
_______________________________________________ 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