mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-06-02 06:20:59 +00:00
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:
parent
89715a53c1
commit
6eaff61772
4 changed files with 101 additions and 29 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue