[squeak-dev] The Trunk: EToys-mt.492.mcz

commits at source.squeak.org commits at source.squeak.org
Tue Jan 24 10:39:25 UTC 2023


Marcel Taeumel uploaded a new version of EToys to project The Trunk:
http://source.squeak.org/trunk/EToys-mt.492.mcz

==================== Summary ====================

Name: EToys-mt.492
Author: mt
Time: 24 January 2023, 11:39:23.84421 am
UUID: 07268a15-2318-9a43-ade1-18637bfcb6d5
Ancestors: EToys-mt.491

Move Etoys-specific class to Etoys package.

=============== Diff against EToys-mt.491 ===============

Item was added:
+ MenuMorph subclass: #DumberMenuMorph
+ 	instanceVariableNames: ''
+ 	classVariableNames: ''
+ 	poolDictionaries: ''
+ 	category: 'Etoys-Outliner'!
+ 
+ !DumberMenuMorph commentStamp: '<historical>' prior: 0!
+ Contributed by Bob Arning as part of the ObjectExplorer package.
+ !

Item was added:
+ ----- Method: DumberMenuMorph>>setInvokingView: (in category 'menu') -----
+ setInvokingView: invokingView
+ 	"I'd rather not, if that's OK"!



More information about the Squeak-dev mailing list