mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-25 07:31:07 +00:00
NSMenuItem protocol conforms to NSObject protocol
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@15769 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
1a4e944927
commit
9c6e647cf0
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@
|
||||||
* placed in a menu as a menu item. The [NSMenuItem] class provides
|
* placed in a menu as a menu item. The [NSMenuItem] class provides
|
||||||
* a reference implementation suitable for most uses.
|
* a reference implementation suitable for most uses.
|
||||||
*/
|
*/
|
||||||
@protocol NSMenuItem <NSCopying, NSCoding>
|
@protocol NSMenuItem <NSCopying, NSCoding, NSObject>
|
||||||
|
|
||||||
+ (id<NSMenuItem>) separatorItem;
|
+ (id<NSMenuItem>) separatorItem;
|
||||||
+ (void) setUsesUserKeyEquivalents: (BOOL)flag;
|
+ (void) setUsesUserKeyEquivalents: (BOOL)flag;
|
||||||
|
|
Loading…
Reference in a new issue