Re: NSWindow with individual background
Re: NSWindow with individual background
- Subject: Re: NSWindow with individual background
- From: Todd Blanchard <email@hidden>
- Date: Tue, 20 Jan 2004 22:04:17 -0700
Set your window to be a textured window in IB - ie a stainless style
window.
In an appropriate didLoadNib method do something like:
[myWindow setBackgroundColor: [NSColor colorWithPatternImage: [NSImage
imageNamed: @"backgroundImage.gif"]];
The image will be tiled onto the window (good for textures).
On Jan 20, 2004, at 5:47 AM, Reimar Metzen wrote:
>
Hi,
>
>
who knows how i can get a window with a individual background image
>
(like the dark metal in GarageBand).
>
>
thx
>
Reimar
>
_______________________________________________
>
cocoa-dev mailing list | email@hidden
>
Help/Unsubscribe/Archives:
>
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
>
Do not post admin requests to the list. They will be ignored.
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.