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
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
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
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
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
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
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