Add loading of NIB to NSViewController.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@31940 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Fred Kiefer 2011-01-24 11:47:55 +00:00
parent 89715a53c1
commit 6eaff61772
4 changed files with 101 additions and 29 deletions

View file

@ -33,7 +33,7 @@
#import <AppKit/NSController.h>
#import <AppKit/NSMenuItem.h>
#if OS_API_VERSION(100300,GS_API_LATEST)
#if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST)
@class NSArray;
@class NSMutableArray;
@ -87,7 +87,7 @@
- (BOOL) validateMenuItem: (id <NSMenuItem>)item;
#if OS_API_VERSION(100400,GS_API_LATEST)
#if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST)
- (NSString*) entityNameKey;
- (void) setEntityName: (NSString*)entityName;
- (NSPredicate*) fetchPredicate;