#DOCUMENTATION by cg
authorClaus Gittinger <cg@exept.de>
Mon, 20 Feb 2017 16:43:16 +0100
changeset 3416 9d51a45479e3
parent 3415 b93299ad5142
child 3417 4960f19dca36
#DOCUMENTATION by cg class: ImageEditor comment/format in: #modified
ImageEditor.st
--- a/ImageEditor.st	Mon Feb 20 00:44:56 2017 +0100
+++ b/ImageEditor.st	Mon Feb 20 16:43:16 2017 +0100
@@ -18,8 +18,8 @@
 		selectedColorIndex postOpenAction imageSeqNr drawingColormap
 		lastShiftUsedWrap lastGrabbedScreenArea
 		allowedToChangeImageDimensionAndDepth savedImage savedFile'
-	classVariableNames:'LastDirectory LastSizeString MaskClipboard LastColormapMode
-		DefaultRelativeSizes LastURL'
+	classVariableNames:'DefaultRelativeSizes LastColormapMode LastDirectory
+		LastSizeString LastURL MaskClipboard'
 	poolDictionaries:''
 	category:'Interface-UIPainter'
 !
@@ -5451,7 +5451,11 @@
 !
 
 modified
+    "true if the image was modified"
+    
     ^ imageEditView modified
+
+    "Modified (comment): / 20-02-2017 / 16:23:32 / cg"
 !
 
 modified:aBoolean