Add a few key value bindings.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@33277 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Fred Kiefer 2011-06-11 12:01:59 +00:00
parent d25ee73927
commit c744492fee
8 changed files with 73 additions and 1 deletions

View file

@ -41,6 +41,7 @@
#import "AppKit/NSDocumentController.h"
#import "AppKit/NSOpenPanel.h"
#import "AppKit/NSApplication.h"
#import "AppKit/NSKeyValueBinding.h"
#import "AppKit/NSMenu.h"
#import "AppKit/NSMenuItem.h"
#import "AppKit/NSWorkspace.h"
@ -246,6 +247,8 @@ TypeInfoForHumanReadableName (NSArray *types, NSString *typeName)
allTypes = [[NSArray alloc] initWithObjects: valid count: nValid];
}
}
[self exposeBinding: @"autosavingDelay"];
}
}