mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 20:01:11 +00:00
* 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:
parent
c3d42b5370
commit
176b3a0a2c
2 changed files with 7 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue