extensions.st
author Claus Gittinger <cg@exept.de>
Sat, 02 May 2020 12:35:03 +0200
changeset 3877 a83ee9732d8f
parent 3202 c8fd64e6eabe
permissions -rw-r--r--
#UI_ENHANCEMENT by cg class: ViewTreeInspectorApplication class changed: #windowSpec why a max width???

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