[Pharo-project] [update 1.1] #11214
11214 ----- Issue 1945: registration mechanism for the menu Very nice, Alain!!! Issue 1974: remove #disableSubmorphFocusForHand: (part 1) -- Marcus Denker -- http://www.marcusdenker.de INRIA Lille -- Nord Europe. Team RMoD.
On Feb 17, 2010, at 8:03 PM, Marcus Denker wrote:
11214 -----
Issue 1945: registration mechanism for the menu Very nice, Alain!!!
alain this is really cool Where is the menu created? Stef
Issue 1974: remove #disableSubmorphFocusForHand: (part 1) -- Marcus Denker -- http://www.marcusdenker.de INRIA Lille -- Nord Europe. Team RMoD.
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
Stéphane Ducasse a écrit :
On Feb 17, 2010, at 8:03 PM, Marcus Denker wrote:
11214 -----
Issue 1945: registration mechanism for the menu Very nice, Alain!!!
alain this is really cool
thanks
Where is the menu created?
see PasteUpMorph>>invokeWorldMenu: evt. the menu building is implemented in WorldState. see the #'world menu building' method category. to see all menu registration methods, just browse all senders to #worldMenu (the pragma keyword). See also MenuRegistration and PragmaMenuBuilder comments. Alain
Stef
Issue 1974: remove #disableSubmorphFocusForHand: (part 1) -- Marcus Denker -- http://www.marcusdenker.de INRIA Lille -- Nord Europe. Team RMoD.
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
participants (3)
-
Alain Plantec -
Marcus Denker -
Stéphane Ducasse