Browse CVS Repository
Contents of /undmail/guiproto/ComposeToolbarItemSource.h
Parent Directory
| Revision Log
| Revision Graph
Revision 1.2 -
( show annotations)
( download)
( as text)
Sun Nov 17 04:00:49 2002 UTC
(21 years, 5 months ago)
by footashida
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +0 -0 lines
File MIME type: text/x-chdr
FILE REMOVED
delete files
| 1 |
#import <Cocoa/Cocoa.h> |
| 2 |
@class MainController; |
| 3 |
|
| 4 |
@interface ComposeToolbarItemSource : NSObject { |
| 5 |
NSDictionary *itemDict; |
| 6 |
} |
| 7 |
- (id)initWithController:(MainController *)controller; |
| 8 |
- (NSToolbarItem *)toolbar:(NSToolbar *)toolbar |
| 9 |
itemForItemIdentifier:(NSString *)itemIdentifier |
| 10 |
willBeInsertedIntoToolbar:(BOOL)flag; |
| 11 |
- (NSArray *)toolbarDefaultItemIdentifiers:(NSToolbar*)toolbar; |
| 12 |
- (NSArray *)toolbarAllowedItemIdentifiers:(NSToolbar*)toolbar; |
| 13 |
|
| 14 |
@end |
|