extensions.st
author Claus Gittinger <cg@exept.de>
Fri, 06 May 2016 04:58:41 +0200
changeset 3292 f29412454cd5
parent 3202 c8fd64e6eabe
permissions -rw-r--r--
#REFACTORING by cg class: MethodFinderWindow class definition added:6 methods removed: #mergReciever:WithArgument: #searchPatternChanged #selectorPattern comment/format in:16 methods changed:10 methods category of:14 methods

"{ Package: 'stx:libtool2' }"!

!Image methodsFor:'misc ui support'!

edit
    "open an image editor on the receiver"

    ImageEditor openOnImage:self.

    "Created: / 8.8.1998 / 01:25:15 / cg"
! !

!stx_libtool2 class methodsFor:'documentation'!

extensionsVersion_CVS
    ^ '$Header$'
! !