# HG changeset patch # User Claus Gittinger # Date 1256241070 -7200 # Node ID f5ce02d5866102102629ae86bfdc272bf5198aae # Parent 75fe8cbca3164f505a8ac1c9396061af860b44dc added: #aboutIcon #aboutImage diff -r 75fe8cbca316 -r f5ce02d58661 ImageEditor.st --- a/ImageEditor.st Thu Oct 22 21:50:33 2009 +0200 +++ b/ImageEditor.st Thu Oct 22 21:51:10 2009 +0200 @@ -3690,6 +3690,12 @@ ^ aColor ! ! +!ImageEditor methodsFor:'defaults'! + +aboutIcon + ^ self class defaultIcon +! ! + !ImageEditor methodsFor:'drag & drop'! canDropObjects:aCollectionOfDropObjects in:aWidget