From c076c4befe4ab82589806c8e534cb7d77e5fc92c Mon Sep 17 00:00:00 2001 From: FredKiefer Date: Sun, 16 Sep 2001 18:22:16 +0000 Subject: [PATCH] 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 --- ChangeLog | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/ChangeLog b/ChangeLog index 68709db94..b6dc765bf 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,19 @@ +2001-09-15 Fred Kiefer + + * 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 * Source/NSMenu.m