root/Trunk/Adium.framework/Versions/A/Headers/AIToolbarControllerProtocol.h @ 2

Revision 2, 423 bytes (checked in by jon, 16 years ago)

Initial commit of skeletal project.

Line 
1/*
2 *  AIToolbarControllerProtocol.h
3 *  Adium
4 *
5 *  Created by Evan Schoenberg on 7/31/06.
6 *
7 */
8
9#import <Adium/AIControllerProtocol.h>
10
11@protocol AIToolbarController <AIController>
12- (void)registerToolbarItem:(NSToolbarItem *)item forToolbarType:(NSString *)type;
13- (void)unregisterToolbarItem:(NSToolbarItem *)item forToolbarType:(NSString *)type;
14- (NSDictionary *)toolbarItemsForToolbarTypes:(NSArray *)types;
15@end
Note: See TracBrowser for help on using the browser.