On Tue, Jan 26, 2010 at 11:22 AM, Marcus Denker <[email protected]>wrote:
> 11184
> -----
>
> Issue 1877: New MacMenu code
>
Cool. Remember you also need to change peekEvent to this:
peekEvent
"Look ahead at the next event."
| nextEvent |
nextEvent := eventQueue peek.
^((nextEvent isNil not) and: [(nextEvent at: 1) ~= EventTypeMenu])
ifTrue: [self processEvent: nextEvent]
> In postscript: ScriptLoader new cleanUpForRelease.
>
> --
> Marcus Denker -- http://www.marcusdenker.de
> INRIA Lille -- Nord Europe. Team RMoD.
>
>
> _______________________________________________
> Pharo-project mailing list
> [email protected]
> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
>
_______________________________________________
Pharo-project mailing list
[email protected]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project