Re: Where is close/cancel icon used in search field & Safari etc.

2008-10-09 Thread Sean McBride
On 10/9/08 10:10 AM, Gerriet M. Denkmann said: >Is there somewhere a list (human readable or programmatically >accessable) of names understood by +[ NSImage imageNamed:]? See also NSImage.h -- Sean McBride, B. Eng [EMAI

Re: Where is close/cancel icon used in search field & Safari etc.

2008-10-09 Thread Randall Meadows
On Oct 9, 2008, at 2:10 AM, Gerriet M. Denkmann wrote: Is there somewhere a list (human readable or programmatically accessable) of names understood by +[ NSImage imageNamed:]? The documentation says: "Search the Application Kit framework for a shared image with the specified name." Where

Re: Where is close/cancel icon used in search field & Safari etc.

2008-10-09 Thread Kevin Bracey
IB under the Media Tab Cheers Kevin ___ 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

Re: Where is close/cancel icon used in search field & Safari etc.

2008-10-09 Thread Gerriet M. Denkmann
On 8 Oct 2008, at 19:49, Randall Meadows <[EMAIL PROTECTED]> wrote: On Oct 8, 2008, at 10:24 AM, David wrote: Hello, I'd like to have a button that looks like the close or cancel icon that is often present in Cocoa applications, but I can't find the icon. I'm surprised it doesn't show up as

Re: Where is close/cancel icon used in search field & Safari etc.

2008-10-08 Thread David
Thats exactly what I was looking for. Thanks! On Wed, Oct 8, 2008 at 1:12 PM, Randall Meadows <[EMAIL PROTECTED]> wrote: > On Oct 8, 2008, at 10:24 AM, David wrote: > >> Hello, >> I'd like to have a button that looks like the close or cancel icon >> that is often present in Cocoa applications, but

Re: Where is close/cancel icon used in search field & Safari etc.

2008-10-08 Thread Randall Meadows
On Oct 8, 2008, at 10:24 AM, David wrote: Hello, I'd like to have a button that looks like the close or cancel icon that is often present in Cocoa applications, but I can't find the icon. I'm surprised it doesn't show up as a choice in interface builder. Some places where this icon shows up inc

Where is close/cancel icon used in search field & Safari etc.

2008-10-08 Thread David
Hello, I'd like to have a button that looks like the close or cancel icon that is often present in Cocoa applications, but I can't find the icon. I'm surprised it doesn't show up as a choice in interface builder. Some places where this icon shows up includes: - When you have multiple tabs in Safar