Last change
on this file was
428,
checked in by Nicholas Riley, 14 years ago
|
Compiler fixes; first pass at menu-style highlighting
|
File size:
663 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 | NSImage *closedTriangle, *selectedClosedTriangle; |
---|
16 | NSImage *openTriangle, *selectedOpenTriangle; |
---|
17 | } |
---|
18 | |
---|
19 | - (id)initWithParentWindow:(NSWindow *)parent; |
---|
20 | |
---|
21 | - (IBAction)showAll:(NSButton *)sender; |
---|
22 | - (IBAction)hideAll:(NSButton *)sender; |
---|
23 | |
---|
24 | - (IBAction)cancel:(NSButton *)sender; |
---|
25 | - (IBAction)saveChanges:(NSButton *)sender; |
---|
26 | |
---|
27 | @end |
---|
Note: See
TracBrowser
for help on using the repository browser.