• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Toolbars
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Toolbars


  • Subject: Toolbars
  • From: Oliver Cameron <email@hidden>
  • Date: Sat, 6 Dec 2003 17:18:44 +0000

Hi guys,

I was looking in Mail.app's Resources and noticed a file called TornOffViewer.toolbar. I guess this file is some kind of definition of toolbar items. Here is a quick insert:

{
"default set" = (
"deleteMessages:",
"replyMessage:",
"replyAllMessage:",
"forwardMessage:",
"showPrintPanel:"
);
"toolbar array" = (
(
{
help = "DELETE_TOOLTIP";
identifier = "deleteMessages:";
image = delete;
tag = 70;
title = "DELETE_TOOLBAR_TITLE";
altTitle = "UNDELETE_TOOLBAR_TITLE";
},
{
help = "REPLY_TOOLTIP";
identifier = "replyMessage:";
image = reply;
tag = 71;
title = "TOOLBAR_REPLY";
},

Im just wondering if I could somehow use something similar to this in my application and how to go about it, it seems a much better way to do things for multiple toolbars. Any example code is welcomed.

Thanks!
Oliver
_______________________________________________
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.

  • Follow-Ups:
    • Re: Toolbars
      • From: "M. Uli Kusterer" <email@hidden>
  • Prev by Date: Re: drawing performance
  • Next by Date: HelpViewer.app and Preview.app Toolbar Nav?
  • Previous by thread: Re: Sudden exit from NSBrowser deleg.
  • Next by thread: Re: Toolbars
  • Index(es):
    • Date
    • Thread