From 945291f15d46ad7dad9629c0d1f26f1857ab2464 Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Tue, 5 May 1998 00:41:59 +0000 Subject: [PATCH] 52/3 original commit: 50f325221668e3c14dddc900bca3019fc296b54f --- notes/mred/HISTORY | 3 +++ 1 file changed, 3 insertions(+) diff --git a/notes/mred/HISTORY b/notes/mred/HISTORY index 308a22a6..d54fc8c1 100644 --- a/notes/mred/HISTORY +++ b/notes/mred/HISTORY @@ -12,6 +12,9 @@ wx:begin-busy-cursor no longer takes a cursor argument, but it set-cursor in wx:window% now accepts and returns null, indicating that the window's cursor is the same as its parents; most windows start out with the null cursor +Added number method to wx:menu% and wx:menu-bar +The delete methods of wx:menu% and wx:menu-bar return #t if the + delete suceeded, #f otherwise System: -------