extensions.st
author Claus Gittinger <cg@exept.de>
Tue, 01 Oct 2019 20:03:56 +0200
changeset 3775 0e44d27ee647
parent 3202 c8fd64e6eabe
permissions -rw-r--r--
#FEATURE by exept class: ShowMeHowItWorks class definition comment/format in: #application: #findComponent: #intro changed:17 methods category of: #doCommand: #doStream: #nextCommand #possiblyTranslate: class: ShowMeHowItWorks class added: #application:do:

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