extensions.st
author Claus Gittinger <cg@exept.de>
Sun, 25 Aug 2019 12:10:12 +0200
changeset 3745 286a4b165f0b
parent 3202 c8fd64e6eabe
permissions -rw-r--r--
#DOCUMENTATION by exept class: Tools::ViewTreeInspectorApplication::ViewTreeModel changed: #do: do MUST return self

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