diff -r 6039e1d88048 -r d49e23b768e6 ImageEditor.st --- a/ImageEditor.st Tue Feb 24 20:56:34 1998 +0100 +++ b/ImageEditor.st Tue Feb 24 21:00:46 1998 +0100 @@ -787,43 +787,6 @@ ) ! -menuColorAssignment - "this window spec was automatically generated by the ST/X MenuEditor" - - "do not manually edit this - the builder may not be able to - handle the specification if its corrupted." - - " - MenuEditor new openOnClass:ImageEditor andSelector:#menuColorAssignment - (Menu new fromLiteralArrayEncoding:(ImageEditor menuColorAssignment)) startUp - " - - - - ^ - - #(#Menu - - #( - #(#MenuItem - #'label:' 'left' - #'nameKey:' #leftMouseKeyButton - #'argument:' '1' - #'labelImage:' #(#ResourceRetriever nil #leftMouseKeyIcon) - #'indication:' #'mouseKeyColorMode:value:' - ) - #(#MenuItem - #'label:' 'right' - #'nameKey:' #rightMouseKeyButton - #'argument:' '2' - #'labelImage:' #(#ResourceRetriever nil #rightMouseKeyIcon) - #'indication:' #'mouseKeyColorMode:value:' - ) - ) nil - nil - ) -! - menuToolbar "this window spec was automatically generated by the ST/X MenuEditor" @@ -857,9 +820,6 @@ #labelImage: #(#ResourceRetriever nil #loadIcon) ) #(#MenuItem - #label: '' - ) - #(#MenuItem #label: 'saveMethod' #isButton: true #value: #saveMethod @@ -1031,6 +991,11 @@ ^self imageEditView resourceClass, ' >> ', self imageEditView resourceSelector ]. ^'No class defined' +! + +openTutorial + + self openTutorial: 'tools/ImageEditor/TOP.html' ! ! !ImageEditor methodsFor:'menu modes'!