Automatically disable the Delete button in the Xtras Manager if no item is selected...
[adiumx.git] / Source / AIServiceMenu.h
blobfb3d7b634d6cb7d292064dda443f5f8f9faa1f7e
1 //
2 // AIServiceMenu.h
3 // Adium
4 //
5 // Created by Adam Iser on 5/19/05.
6 //
8 #import "AIObject.h"
10 @interface AIServiceMenu : AIObject {
14 + (NSMenu *)menuOfServicesWithTarget:(id)target activeServicesOnly:(BOOL)activeServicesOnly
15 longDescription:(BOOL)longDescription format:(NSString *)format;
17 @end