From 2227cb109a05d92dd50f304483bc3af54d4cf497 Mon Sep 17 00:00:00 2001 From: Fred Kiefer Date: Fri, 17 May 2002 09:21:33 +0000 Subject: [PATCH] Improved horizontal menus. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@13663 72102866-910b-0410-8b05-ffd578937521 --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/ChangeLog b/ChangeLog index 4912df47f..72c8696e5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2002-05-17 Fred Kiefer + + * Source/NSMenuView.m + [rectOfItemAtIndex:] for horizontal orientation set items from + left to right. [locationForSubmenu:] for horizontal orientation + set submenu below the item in self. + 2002-05-13 Georg Fleischmann * gui/Source/NSPrintOperation.m