source: trunk/ICeCoffEE/ICeCoffEE/ICeCoffEEServicePrefController.h@ 152

Last change on this file since 152 was 142, checked in by Nicholas Riley, 21 years ago

ICeCoffEE 1.4a1

File size: 559 bytes
Line 
1//
2// ICeCoffEEServicePrefController.h
3// ICeCoffEE APE
4//
5// Created by Nicholas Riley on Fri Jun 06 2003.
6// Copyright (c) 2003 Nicholas Riley. All rights reserved.
7//
8
9#import <AppKit/AppKit.h>
10
11
12@interface ICeCoffEEServicePrefController : NSWindowController {
13 IBOutlet NSOutlineView *serviceOutline;
14 NSMenu *servicesMenu;
15}
16
17- (id)initWithParentWindow:(NSWindow *)parent;
18
19- (IBAction)showAll:(NSButton *)sender;
20- (IBAction)hideAll:(NSButton *)sender;
21
22- (IBAction)cancel:(NSButton *)sender;
23- (IBAction)saveChanges:(NSButton *)sender;
24
25@end
Note: See TracBrowser for help on using the repository browser.