mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-24 18:31:20 +00:00
Further changes on NSMenu and NSMenuItem
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@10788 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
50cb4894b4
commit
72e8d36398
1 changed files with 20 additions and 0 deletions
20
ChangeLog
20
ChangeLog
|
@ -1,3 +1,23 @@
|
|||
2001-08-27 Fred Kiefer <FredKiefer@gmx.de>
|
||||
|
||||
* Headers/gnustep/gui/NSMenuItem.h
|
||||
Changed includes. Defined new method
|
||||
[userKeyEquivalentModifierMask]. Removed all the methods
|
||||
definitions from NSMenuItem. Dropped the mi prefix of the
|
||||
ivars. Removed ivar for backend.
|
||||
* Source/NSMenuItem.m
|
||||
Adopted to changes in header. Implemented class for
|
||||
separator. Exchanged role of the methods [init] and
|
||||
[initWithTitle:...]. Simplified [setTitle:] and
|
||||
[setKeyEquivalent:]. Implemented [userKeyEquivalentModifierMask]
|
||||
and [setTitleWithMnemonic]. Reimplemented [copyWithZone:] to use
|
||||
NSCopyObject().
|
||||
* Source/NSMenu.m
|
||||
Cache the notification center. Simplified all the item handling
|
||||
methods, e.g [insertItem:atIndex:], [insertItemWithTitle:...],
|
||||
[removeItemAtIndex:], [indexOfItemWithSubmenu:].
|
||||
Implemented [setMenuRepresentation:], [isEqual:] and [copyWithZone:].
|
||||
|
||||
Wed Aug 22 10:16:42 2001 Nicola Pero <nicola@brainstorm.co.uk>
|
||||
|
||||
* Source/NSTableView.m ([-_autosaveTableColumns]): Use
|
||||
|
|
Loading…
Reference in a new issue