The R Project SVN R-packages

Rev

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

Rev 814 Rev 5721
Line 28... Line 28...
28
	NSString *title;
28
	NSString *title;
29
	BOOL _am_delegateRespondsToCategoryForPreferencePane;
29
	BOOL _am_delegateRespondsToCategoryForPreferencePane;
30
	BOOL _am_delegateRespondsToDisplayNameForCategory;
30
	BOOL _am_delegateRespondsToDisplayNameForCategory;
31
}
31
}
32
 
32
 
-
 
33
- (AMPreferencePane *)activePane;
-
 
34
 
33
- (id)initWithAutosaveName:(NSString *)name;
35
- (id)initWithAutosaveName:(NSString *)name;
34
 
36
 
35
- (id)delegate;
37
- (id)delegate;
36
- (void)setDelegate:(id)newDelegate;
38
- (void)setDelegate:(id)newDelegate;
37
 
39