* Headers/AppKit/NSMenuItem.h: Let the protocol NSMenuItem

conform to NSValidatedUserInterfaceItem.
  Patch by Quentin Mathe <quentin.mathe@gmail.com>.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@28627 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Fred Kiefer 2009-09-07 16:42:16 +00:00
parent c3d42b5370
commit 176b3a0a2c
2 changed files with 7 additions and 1 deletions

View file

@ -1,3 +1,9 @@
2009-09-07 Fred Kiefer <FredKiefer@gmx.de>
* Headers/AppKit/NSMenuItem.h: Let the protocol NSMenuItem
conform to NSValidatedUserInterfaceItem.
Patch by Quentin Mathe <quentin.mathe@gmail.com>.
2009-09-07 Fred Kiefer <FredKiefer@gmx.de>
* Source/NSScrollView.m (-initWithCoder:): Don't add the vertical

View file

@ -48,7 +48,7 @@
* placed in a menu as a menu item. The [NSMenuItem] class provides
* a reference implementation suitable for most uses.
*/
@protocol NSMenuItem <NSCopying, NSCoding, NSObject>
@protocol NSMenuItem <NSValidatedUserInterfaceItem, NSCopying, NSCoding, NSObject>
/**
<p> Returns a seperator. This is just a blank menu item which serves