From f1e471715ee95d4683bf5d95db39c103f1835b4b Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Tue, 25 Aug 1998 22:41:16 +0000 Subject: [PATCH] . original commit: 3f2bb1887153a5d233e426386b771981e2245e47 --- notes/mred/MrEd_100.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/notes/mred/MrEd_100.txt b/notes/mred/MrEd_100.txt index 4b153552..8f612212 100644 --- a/notes/mred/MrEd_100.txt +++ b/notes/mred/MrEd_100.txt @@ -31,10 +31,10 @@ The following are a few highlights of the revision: have a label. * There are hardly any wx:const-... values. Instead, methods that - used to take a single flag now take a symbol, and methods that - used to take bitwise-ior'd flags now take a list of symbols. - For example, wx:const-horizontal was replaced by 'horizontal, and - wx:const-bitmap-type-gif was replaced with 'gif. + used to take a single (numerical) flag now take a symbol, and + methods that used to take bitwise-ior'd integers now take a list + of symbols. For example, wx:const-horizontal was replaced by + 'horizontal, and wx:const-bitmap-type-gif was replaced with 'gif. * The menu system was turned upside-down, giving it a structure more like rest of the toolbox. For example, instead of creating a menu