mirror of
https://github.com/gnustep/apps-gorm.git
synced 2025-04-22 22:20:44 +00:00
Add code to call setIsInInterfaceBuilder:
This commit is contained in:
parent
3f0f8b13a0
commit
4a44cce1f0
1 changed files with 10 additions and 0 deletions
|
@ -1,10 +1,20 @@
|
|||
#import <Foundation/NSNotification.h>
|
||||
#import <Foundation/NSProcessInfo.h>
|
||||
#import <GNUstepGUI/GSNibLoading.h>
|
||||
|
||||
#import "AppDelegate.h"
|
||||
|
||||
@implementation AppDelegate
|
||||
|
||||
- (void) process
|
||||
{
|
||||
[NSClassSwapper setIsInInterfaceBuilder: YES];
|
||||
|
||||
NSLog(@"Processing...");
|
||||
|
||||
[NSClassSwapper setIsInInterfaceBuilder: NO];
|
||||
}
|
||||
|
||||
- (void) applicationDidFinishLaunching: (NSNotification *)n
|
||||
{
|
||||
NSLog(@"== gormtool");
|
||||
|
|
Loading…
Reference in a new issue