#BUGFIX by cg
authorClaus Gittinger <cg@exept.de>
Sun, 27 Aug 2017 16:37:24 +0200
changeset 3466 2d5ea09863c6
parent 3465 510f01b982de
child 3467 2f9054aca4c6
#BUGFIX by cg class: ImageEditor class comment/format in: #documentation
ImageEditor.st
--- a/ImageEditor.st	Sun Aug 27 16:36:05 2017 +0200
+++ b/ImageEditor.st	Sun Aug 27 16:37:24 2017 +0200
@@ -49,6 +49,8 @@
     [start with:]
         ImageEditor open
         ImageEditor openOnClass:Icon andSelector:#startIcon
+        (Image fromFile:'../../goodies/bitmaps/gifImages/garfield.gif') edit
+        (Image fromScreen:(0@0 corner:100@100)) edit
 
     [see also:]
         ImageEditView Image