Custom NSWindow drawing
site_archiver@lists.apple.com Delivered-To: cocoa-dev@lists.apple.com Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:content-type :content-transfer-encoding:subject:date:message-id:to:mime-version :x-mailer; bh=FFfb9a9pyUYoK3BfTCZm+QFSNRFFhlhVY8UIdw9RKDw=; b=pN3R8aYt+X3fEX8kpthYrH9kU1ODm8etEJQVHxopR1iQQiHSyE/GxduLYEfPzcT9zF 63AEdeMgFF63aZH7teqU5dkB9nmvp/eDb9aBRCirbCzxQ10F5/m4w59bFIQUOCzSCPZJ 3t2reEjrc1ytPTfZ4KTIyjwFyQALblBi3MqXQ= Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:content-type:content-transfer-encoding:subject:date:message-id :to:mime-version:x-mailer; b=jLbVjFs5EIm9jwm+1CSnQ+SEQqrBO6Y9AscdKeSQVB39BoeiClcVXxKlVA9TH/ibP8 Sl5mOY/PG/Oz7l5a3AJ/Q8XkAvlMqlYkyDXSRKKtcsTHFabbvzYaGZ+MzYEGtKikMYFC xpMk2loai9Wc4ZaJWrWntfULex3ySYuL0dlYw= I want to draw an NSWindow that looks similar to this: http://vibealicious.com/site/apps/notify/screenshots/mainUIFull.png In that it has a typical NSWindow appearance with the bottom bar and such, but instead of a title bar at the top, I want to draw a little arrow. Is there a simple way to do this? Do I have to draw the entire window by hand (bottom bar and all) ? Or can I slightly modify the existing NSWindow layout to just draw that arrow at the top? Thanks Independent Cocoa Developer, Macatomy Software http://macatomy.com _______________________________________________ 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/site_archiver%40lists.apple... This email sent to site_archiver@lists.apple.com
participants (1)
-
PCWiz