Browse CVS Repository
Annotation of /undmail/guiproto/ToolbarSource.h
Parent Directory
| Revision Log
| Revision Graph
Revision 1.1 -
( hide annotations)
( download)
( as text)
Sun Nov 17 03:58:21 2002 UTC
(21 years, 5 months ago)
by footashida
Branch: MAIN
CVS Tags: HEAD
File MIME type: text/x-chdr
*** empty log message ***
| 1 |
footashida |
1.1 |
#import <Cocoa/Cocoa.h> |
| 2 |
|
|
|
| 3 |
|
|
|
| 4 |
|
|
@interface ToolbarSource : NSObject { |
| 5 |
|
|
NSMutableArray *toolbarItemList; |
| 6 |
|
|
NSMutableArray *defaultToolbarItemList; |
| 7 |
|
|
NSMutableDictionary *itemTable; |
| 8 |
|
|
|
| 9 |
|
|
} |
| 10 |
|
|
- (NSToolbarItem *)addToolbarItemWithIdentifier:(NSString *)identifier label:(NSString *)label imageName:(NSString *)imageName isDefault:(BOOL)isDefault; |
| 11 |
|
|
@end |
|