The R Project SVN R-packages

Rev

Rev 816 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 816 Rev 1077
Line 4... Line 4...
4
#import "../AMPrefs/AMPreferenceWindowController.h"
4
#import "../AMPrefs/AMPreferenceWindowController.h"
5
#import "QuartzPrefPane.h"
5
#import "QuartzPrefPane.h"
6
#import "MiscPrefPane.h"
6
#import "MiscPrefPane.h"
7
#import "ColorsPrefPane.h"
7
#import "ColorsPrefPane.h"
8
#import "EditorPrefPane.h"
8
#import "EditorPrefPane.h"
-
 
9
#import "SyntaxColorsPrefPane.h"
9
 
10
 
10
@interface PrefWindowController : AMPreferenceWindowController
11
@interface PrefWindowController : AMPreferenceWindowController
11
{
12
{
12
	QuartzPrefPane  *quartzPrefPane;
13
	QuartzPrefPane  *quartzPrefPane;
13
	MiscPrefPane    *miscPrefPane;
14
	MiscPrefPane    *miscPrefPane;
14
	ColorsPrefPane  *colorsPrefPane;
15
	ColorsPrefPane  *colorsPrefPane;
-
 
16
	SyntaxColorsPrefPane  *syntaxColorsPrefPane;
15
	EditorPrefPane *editorPrefPane;	
17
	EditorPrefPane *editorPrefPane;	
16
}
18
}
17
 
19
 
18
- (BOOL)shouldLoadPreferencePane:(NSString *)identifier;
20
- (BOOL)shouldLoadPreferencePane:(NSString *)identifier;
19
 
21