extensions.st
author Claus Gittinger <cg@exept.de>
Thu, 31 Aug 2017 20:17:30 +0200
changeset 3473 3449a8a8aecc
parent 3202 c8fd64e6eabe
permissions -rw-r--r--
#DOCUMENTATION by cg class: UIObjectView comment/format in: #resize:bottom: #resize:bottomLeft: #resize:corner: #resize:handle:to:check: #resize:left: #resize:origin: #resize:right: #resize:top: #resize:topRight:

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