1 //
2 //  PXFilterController.h
3 //  Pixen-XCode
4 //
5 //  Created by Ian Henderson on 20.09.04.
6 //  Copyright 2004 Open Sword Group. All rights reserved.
7 //
8 
9 #import <AppKit/AppKit.h>
10 
11 
12 @interface PXFilterController : NSObject {
13 	NSMutableDictionary *filters;
14 	NSMutableArray *filterBundles;
15 
16 	IBOutlet NSMenu *filterMenu;
17 }
18 
19 @end
20