extensions.st
author Claus Gittinger <cg@exept.de>
Wed, 02 Oct 2019 02:20:29 +0200
changeset 3776 371ad059085a
parent 3202 c8fd64e6eabe
permissions -rw-r--r--
#FEATURE by exept class: ShowMeHowItWorks added: #raise: #show:saying: #show:saying:for: #showing:saying:do: changed: #do: #findComponent: #moveTo: #show: #showing:do: #type: #wait:

"{ 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$'
! !