mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 15:11:37 +00:00
Simplified interaction between NSPopupButtonCell and its menu.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@10916 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
672e30e17f
commit
a8dc7e8141
1 changed files with 16 additions and 0 deletions
16
ChangeLog
16
ChangeLog
|
@ -1,3 +1,19 @@
|
|||
2001-09-15 Fred Kiefer <FredKiefer@gmx.de>
|
||||
|
||||
* Source/NSMenuItemCell.m
|
||||
Added [dealloc]. In [setMenuView:], if the menu belongs to a popup
|
||||
set the ivar _mcell_belongs_to_popupbutton.
|
||||
* Source/NSPopupButtonCell.m
|
||||
Removed additional method on NSMenuItemCell. Removed code in
|
||||
[insertItemWithTitle:atIndex:] to set the NSMenuItemCell to belong
|
||||
to a popup. Simplified [attachPopUpWithFrame:inView:] and [selectItem:]
|
||||
* Header/gnustep/gui/NSMenuView.h
|
||||
Removed [_setCellSize:].
|
||||
* Source/NSMenuView.m
|
||||
Added [dealloc]. [setWindowFrameForAttachingToRect:...] now
|
||||
expects the screenRect to be the frame of the cell to attach to.
|
||||
Removed [_setCellSize:].
|
||||
|
||||
2001-09-12 Fred Kiefer <FredKiefer@gmx.de>
|
||||
|
||||
* Source/NSMenu.m
|
||||
|
|
Loading…
Reference in a new issue