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