mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-20 22:37:21 +00:00
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:
parent
d25ee73927
commit
c744492fee
8 changed files with 73 additions and 1 deletions
|
@ -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"];
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue